#0c8eae

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

Shades of Bondi Blue #0C8EAE

Tints of Bondi Blue #0C8EAE

Color information

#0C8EAE (or 0x0C8EAE) is unknown color: approx Bondi Blue. HEX triplet: 0C, 8E and AE. RGB value is (12,142,174). Sum of RGB (Red+Green+Blue) = 12+142+174=328 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.66% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 174 (68.36% from 255 or 53.05% from 328); Max value from RGB is 174 - color contains mainly: blue. Hex color #0C8EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8EAE is #F37151. Grayscale: #6A6A6A. Windows color (decimal): -15954258 or 11439628. OLE color: 11439628.

HSL color Cylindrical-coordinate representation of color #0C8EAE: hue angle of 191.85º 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 #0C8EAE is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12142174-
CMYK0.930.1800.32
HSL191.85º87.1%36.47%-
HSV(B)191.85º93.1%68.24%-
XYZ17.4622.4843.46-
YUV106.78165.9360.4-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.66%
GREEN value IS 142 (55.86% from 255) = 43.29%
BLUE value IS 174 (68.36% from 255) = 53.05%
R=3.66%
G=43.29%
B=53.05%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121421740.930.1800.32191.8587.136.47
HexC8EAE5D12020c05724
Octal142162561352204030012744
Binary110010001110101011101011101100100100000110000001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c8eae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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