#0C86C5

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

Shades of Bondi Blue #0C86C5

Tints of Bondi Blue #0C86C5

Color information

#0C86C5 (or 0x0C86C5) is unknown color: approx Bondi Blue. HEX triplet: 0C, 86 and C5. RGB value is (12,134,197). Sum of RGB (Red+Green+Blue) = 12+134+197=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 197 (77.34% from 255 or 57.43% from 343); Max value from RGB is 197 - color contains mainly: blue. Hex color #0C86C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C86C5 is #F3793A. Grayscale: #686868. Windows color (decimal): -15956283 or 12944908. OLE color: 12944908.

HSL color Cylindrical-coordinate representation of color #0C86C5: hue angle of 200.43º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C86C5 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12134197-
CMYK0.940.3200.23
HSL200.43º88.52%40.98%-
HSV(B)200.43º93.91%77.25%-
XYZ18.7521.1655.92-
YUV104.7180.0861.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.50%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 197 (77.34% from 255) = 57.43%
R=3.50%
G=39.07%
B=57.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal121341970.940.3200.23200.4388.5240.98
HexC86C55E20017c85929
Octal142063051364002731013151
Binary110010000110110001011011110100000010111110010001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C86C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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