#0C8DAE

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

Shades of Bondi Blue #0C8DAE

Tints of Bondi Blue #0C8DAE

Color information

#0C8DAE (or 0x0C8DAE) is unknown color: approx Bondi Blue. HEX triplet: 0C, 8D and AE. RGB value is (12,141,174). Sum of RGB (Red+Green+Blue) = 12+141+174=327 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.67% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C8DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8DAE is #F37251. Grayscale: #696969. Windows color (decimal): -15954514 or 11439372. OLE color: 11439372.

HSL color Cylindrical-coordinate representation of color #0C8DAE: hue angle of 192.22º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C8DAE is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12141174-
CMYK0.930.1900.32
HSL192.22º87.1%36.47%-
HSV(B)192.22º93.1%68.24%-
XYZ17.3222.1843.41-
YUV106.19166.2660.82-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.67%
GREEN value IS 141 (55.47% from 255) = 43.12%
BLUE value IS 174 (68.36% from 255) = 53.21%
R=3.67%
G=43.12%
B=53.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121411740.930.1900.32192.2287.136.47
HexC8DAE5D13020c05724
Octal142152561352304030012744
Binary110010001101101011101011101100110100000110000001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,141,174); }

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

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

 a { background-color: rgb(12,141,174); }

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

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

 span { border-color: rgb(12,141,174); }

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