#0C90B0

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

Shades of Bondi Blue #0C90B0

Tints of Bondi Blue #0C90B0

Color information

#0C90B0 (or 0x0C90B0) is unknown color: approx Bondi Blue. HEX triplet: 0C, 90 and B0. RGB value is (12,144,176). Sum of RGB (Red+Green+Blue) = 12+144+176=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 176 (69.14% from 255 or 53.01% from 332); Max value from RGB is 176 - color contains mainly: blue. Hex color #0C90B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C90B0 is #F36F4F. Grayscale: #6B6B6B. Windows color (decimal): -15953744 or 11571212. OLE color: 11571212.

HSL color Cylindrical-coordinate representation of color #0C90B0: hue angle of 191.71º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C90B0 is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12144176-
CMYK0.930.1800.31
HSL191.71º87.23%36.86%-
HSV(B)191.71º93.18%69.02%-
XYZ17.9623.1644.6-
YUV108.18166.2759.4-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.61%
GREEN value IS 144 (56.64% from 255) = 43.37%
BLUE value IS 176 (69.14% from 255) = 53.01%
R=3.61%
G=43.37%
B=53.01%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121441760.930.1800.31191.7187.2336.86
HexC90B05D1201Fc05725
Octal142202601352203730012745
Binary11001001000010110000101110110010011111110000001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C90B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,144,176); }

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

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

 a { background-color: rgb(12,144,176); }

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

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

 span { border-color: rgb(12,144,176); }

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