#0BA6B0

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

Shades of Bondi Blue #0BA6B0

Tints of Bondi Blue #0BA6B0

Color information

#0BA6B0 (or 0x0BA6B0) is unknown color: approx Bondi Blue. HEX triplet: 0B, A6 and B0. RGB value is (11,166,176). Sum of RGB (Red+Green+Blue) = 11+166+176=353 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 176 (69.14% from 255 or 49.86% from 353); Max value from RGB is 176 - color contains mainly: blue. Hex color #0BA6B0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA6B0 is #F4594F. Grayscale: #787878. Windows color (decimal): -16013648 or 11576843. OLE color: 11576843.

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

Color convert

RGB11166176-
CMYK0.940.0600.31
HSL183.64º88.24%36.67%-
HSV(B)183.64º93.75%69.02%-
XYZ21.6130.4845.82-
YUV120.79159.1549.69-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.12%
GREEN value IS 166 (65.23% from 255) = 47.03%
BLUE value IS 176 (69.14% from 255) = 49.86%
R=3.12%
G=47.03%
B=49.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111661760.940.0600.31183.6488.2436.67
HexBA6B05E601Fb85825
Octal13246260136603727013045
Binary101110100110101100001011110110011111101110001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA6B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,166,176); }

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

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

 a { background-color: rgb(11,166,176); }

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

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

 span { border-color: rgb(11,166,176); }

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