#0C86BC

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

Shades of Bondi Blue #0C86BC

Tints of Bondi Blue #0C86BC

Color information

#0C86BC (or 0x0C86BC) is unknown color: approx Bondi Blue. HEX triplet: 0C, 86 and BC. RGB value is (12,134,188). Sum of RGB (Red+Green+Blue) = 12+134+188=334 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.59% from 334); Green value is 134 (52.73% from 255 or 40.12% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #0C86BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C86BC is #F37943. Grayscale: #676767. Windows color (decimal): -15956292 or 12355084. OLE color: 12355084.

HSL color Cylindrical-coordinate representation of color #0C86BC: hue angle of 198.41º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C86BC is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12134188-
CMYK0.940.2900.26
HSL198.41º88%39.22%-
HSV(B)198.41º93.62%73.73%-
XYZ17.7520.7650.65-
YUV103.68175.5862.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.59%
GREEN value IS 134 (52.73% from 255) = 40.12%
BLUE value IS 188 (73.83% from 255) = 56.29%
R=3.59%
G=40.12%
B=56.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121341880.940.2900.26198.418839.22
HexC86BC5E1D01Ac65827
Octal142062741363503230613047
Binary11001000011010111100101111011101011010110001101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C86BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C86BC; }

 p { color: rgb(12,134,188); }

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

<style>
 a { background-color: #0C86BC; }

 a { background-color: rgb(12,134,188); }

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

<style>
 span { border-color: #0C86BC; }

 span { border-color: rgb(12,134,188); }

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