#0C85BE

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

Shades of Bondi Blue #0C85BE

Tints of Bondi Blue #0C85BE

Color information

#0C85BE (or 0x0C85BE) is unknown color: approx Bondi Blue. HEX triplet: 0C, 85 and BE. RGB value is (12,133,190). Sum of RGB (Red+Green+Blue) = 12+133+190=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C85BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C85BE is #F37A41. Grayscale: #666666. Windows color (decimal): -15956546 or 12485900. OLE color: 12485900.

HSL color Cylindrical-coordinate representation of color #0C85BE: hue angle of 199.21º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C85BE is Cyan = 0.94, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12133190-
CMYK0.940.300.25
HSL199.21º88.12%39.61%-
HSV(B)199.21º93.68%74.51%-
XYZ17.8320.5751.75-
YUV103.32176.9162.87-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.58%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 190 (74.61% from 255) = 56.72%
R=3.58%
G=39.70%
B=56.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121331900.940.300.25199.2188.1239.61
HexC85BE5E1E019c75828
Octal142052761363603130713050
Binary11001000010110111110101111011110011001110001111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C85BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,133,190); }

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

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

 a { background-color: rgb(12,133,190); }

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

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

 span { border-color: rgb(12,133,190); }

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