#0BA4B6

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

Shades of Bondi Blue #0BA4B6

Tints of Bondi Blue #0BA4B6

Color information

#0BA4B6 (or 0x0BA4B6) is unknown color: approx Bondi Blue. HEX triplet: 0B, A4 and B6. RGB value is (11,164,182). Sum of RGB (Red+Green+Blue) = 11+164+182=357 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.08% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #0BA4B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0BA4B6 is #F45B49. Grayscale: #787878. Windows color (decimal): -16014154 or 11969547. OLE color: 11969547.

HSL color Cylindrical-coordinate representation of color #0BA4B6: hue angle of 186.32º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BA4B6 is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11164182-
CMYK0.940.1000.29
HSL186.32º88.6%37.84%-
HSV(B)186.32º93.96%71.37%-
XYZ21.863048.89-
YUV120.3162.8150.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.08%
GREEN value IS 164 (64.45% from 255) = 45.94%
BLUE value IS 182 (71.48% from 255) = 50.98%
R=3.08%
G=45.94%
B=50.98%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal111641820.940.1000.29186.3288.637.84
HexBA4B65EA01Dba5926
Octal132442661361203527213146
Binary1011101001001011011010111101010011101101110101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,164,182); }

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

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

 a { background-color: rgb(11,164,182); }

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

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

 span { border-color: rgb(11,164,182); }

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