#1085C6

Color #1085C6 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #1085C6

Tints of Bondi Blue #1085C6

Color information

#1085C6 (or 0x1085C6) is unknown color: approx Bondi Blue. HEX triplet: 10, 85 and C6. RGB value is (16,133,198). Sum of RGB (Red+Green+Blue) = 16+133+198=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 198 (77.73% from 255 or 57.06% from 347); Max value from RGB is 198 - color contains mainly: blue. Hex color #1085C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1085C6 is #EF7A39. Grayscale: #696969. Windows color (decimal): -15694394 or 13010192. OLE color: 13010192.

HSL color Cylindrical-coordinate representation of color #1085C6: hue angle of 201.43º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1085C6 is Cyan = 0.92, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16133198-
CMYK0.920.3300.22
HSL201.43º85.05%41.96%-
HSV(B)201.43º91.92%77.65%-
XYZ18.7920.9656.48-
YUV105.43180.2464.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 4.61%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 198 (77.73% from 255) = 57.06%
R=4.61%
G=38.33%
B=57.06%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161331980.920.3300.22201.4385.0541.96
Hex1085C65C21016c9552a
Octal202053061344102631112552
Binary1000010000101110001101011100100001010110110010011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1085C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1085C6; }

 p { color: rgb(16,133,198); }

 H1.HeaderClassName
 {
   color: #1085C6;
 }
 .AnyTagClassName
 {
   color: #1085C6;
 }
</style>
background-color css

<style>
 a { background-color: #1085C6; }

 a { background-color: rgb(16,133,198); }

 div.DivClassName
 {
   background-color: #1085C6;
 }
 .BgClassName
 {
   background-color: #1085C6;
 }
</style>
border-color css

<style>
 span { border-color: #1085C6; }

 span { border-color: rgb(16,133,198); }

 td.TdClassName
 {
   border-color: #1085C6;
 }
 .TagClassName
 {
   border-color: #1085C6;
 }
</style>