#0B9AAC

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

Shades of Bondi Blue #0B9AAC

Tints of Bondi Blue #0B9AAC

Color information

#0B9AAC (or 0x0B9AAC) is unknown color: approx Bondi Blue. HEX triplet: 0B, 9A and AC. RGB value is (11,154,172). Sum of RGB (Red+Green+Blue) = 11+154+172=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 172 (67.58% from 255 or 51.04% from 337); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B9AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9AAC is #F46553. Grayscale: #717171. Windows color (decimal): -16016724 or 11311627. OLE color: 11311627.

HSL color Cylindrical-coordinate representation of color #0B9AAC: hue angle of 186.71º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B9AAC is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11154172-
CMYK0.940.1000.33
HSL186.71º87.98%35.88%-
HSV(B)186.71º93.6%67.45%-
XYZ19.1426.1643.07-
YUV113.3161.1255.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.26%
GREEN value IS 154 (60.55% from 255) = 45.70%
BLUE value IS 172 (67.58% from 255) = 51.04%
R=3.26%
G=45.70%
B=51.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111541720.940.1000.33186.7187.9835.88
HexB9AAC5EA021bb5824
Octal132322541361204127313044
Binary10111001101010101100101111010100100001101110111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,154,172); }

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

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

 a { background-color: rgb(11,154,172); }

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

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

 span { border-color: rgb(11,154,172); }

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