#1086C6

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

Shades of Bondi Blue #1086C6

Tints of Bondi Blue #1086C6

Color information

#1086C6 (or 0x1086C6) is unknown color: approx Bondi Blue. HEX triplet: 10, 86 and C6. RGB value is (16,134,198). Sum of RGB (Red+Green+Blue) = 16+134+198=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 198 (77.73% from 255 or 56.90% from 348); Max value from RGB is 198 - color contains mainly: blue. Hex color #1086C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1086C6 is #EF7939. Grayscale: #696969. Windows color (decimal): -15694138 or 13010448. OLE color: 13010448.

HSL color Cylindrical-coordinate representation of color #1086C6: hue angle of 201.1º 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 #1086C6 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16134198-
CMYK0.920.3200.22
HSL201.1º85.05%41.96%-
HSV(B)201.1º91.92%77.65%-
XYZ18.9321.2456.53-
YUV106.01179.9163.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.60%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 198 (77.73% from 255) = 56.90%
R=4.60%
G=38.51%
B=56.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161341980.920.3200.22201.185.0541.96
Hex1086C65C20016c9552a
Octal202063061344002631112552
Binary1000010000110110001101011100100000010110110010011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1086C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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