#0C88BF

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

Shades of Bondi Blue #0C88BF

Tints of Bondi Blue #0C88BF

Color information

#0C88BF (or 0x0C88BF) is unknown color: approx Bondi Blue. HEX triplet: 0C, 88 and BF. RGB value is (12,136,191). Sum of RGB (Red+Green+Blue) = 12+136+191=339 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.54% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 191 (75% from 255 or 56.34% from 339); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C88BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C88BF is #F37740. Grayscale: #686868. Windows color (decimal): -15955777 or 12552204. OLE color: 12552204.

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

Color convert

RGB12136191-
CMYK0.940.2900.25
HSL198.44º88.18%39.8%-
HSV(B)198.44º93.72%74.9%-
XYZ18.3621.4552.46-
YUV105.19176.4261.53-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.54%
GREEN value IS 136 (53.52% from 255) = 40.12%
BLUE value IS 191 (75% from 255) = 56.34%
R=3.54%
G=40.12%
B=56.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121361910.940.2900.25198.4488.1839.8
HexC88BF5E1D019c65828
Octal142102771363503130613050
Binary11001000100010111111101111011101011001110001101011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C88BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,136,191); }

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

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

 a { background-color: rgb(12,136,191); }

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

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

 span { border-color: rgb(12,136,191); }

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