#0C8ABD

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

Shades of Bondi Blue #0C8ABD

Tints of Bondi Blue #0C8ABD

Color information

#0C8ABD (or 0x0C8ABD) is unknown color: approx Bondi Blue. HEX triplet: 0C, 8A and BD. RGB value is (12,138,189). Sum of RGB (Red+Green+Blue) = 12+138+189=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #0C8ABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8ABD is #F37542. Grayscale: #696969. Windows color (decimal): -15955267 or 12421644. OLE color: 12421644.

HSL color Cylindrical-coordinate representation of color #0C8ABD: hue angle of 197.29º 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 #0C8ABD is Cyan = 0.94, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12138189-
CMYK0.940.2700.26
HSL197.29º88.06%39.41%-
HSV(B)197.29º93.65%74.12%-
XYZ18.4321.9351.41-
YUV106.14174.7660.85-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.54%
GREEN value IS 138 (54.30% from 255) = 40.71%
BLUE value IS 189 (74.22% from 255) = 55.75%
R=3.54%
G=40.71%
B=55.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121381890.940.2700.26197.2988.0639.41
HexC8ABD5E1B01Ac55827
Octal142122751363303230513047
Binary11001000101010111101101111011011011010110001011011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C8ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,138,189); }

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

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

 a { background-color: rgb(12,138,189); }

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

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

 span { border-color: rgb(12,138,189); }

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