#0c9bb1

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

Shades of Bondi Blue #0C9BB1

Tints of Bondi Blue #0C9BB1

Color information

#0C9BB1 (or 0x0C9BB1) is unknown color: approx Bondi Blue. HEX triplet: 0C, 9B and B1. RGB value is (12,155,177). Sum of RGB (Red+Green+Blue) = 12+155+177=344 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.49% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 177 (69.53% from 255 or 51.45% from 344); Max value from RGB is 177 - color contains mainly: blue. Hex color #0C9BB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9BB1 is #F3644E. Grayscale: #727272. Windows color (decimal): -15950927 or 11639564. OLE color: 11639564.

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

Color convert

RGB12155177-
CMYK0.930.1200.31
HSL188º87.3%37.06%-
HSV(B)188º93.22%69.41%-
XYZ19.8126.745.7-
YUV114.75163.1254.71-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.49%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 177 (69.53% from 255) = 51.45%
R=3.49%
G=45.06%
B=51.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121551770.930.1200.3118887.337.06
HexC9BB15DC01Fbc5725
Octal142332611351403727412745
Binary1100100110111011000110111011100011111101111001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c9bb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,155,177); }

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

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

 a { background-color: rgb(12,155,177); }

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

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

 span { border-color: rgb(12,155,177); }

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