#0BA6AE

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

Shades of Bondi Blue #0BA6AE

Tints of Bondi Blue #0BA6AE

Color information

#0BA6AE (or 0x0BA6AE) is unknown color: approx Bondi Blue. HEX triplet: 0B, A6 and AE. RGB value is (11,166,174). Sum of RGB (Red+Green+Blue) = 11+166+174=351 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.13% from 351); Green value is 166 (65.23% from 255 or 47.29% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #0BA6AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BA6AE is #F45951. Grayscale: #787878. Windows color (decimal): -16013650 or 11445771. OLE color: 11445771.

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

Color convert

RGB11166174-
CMYK0.940.0500.32
HSL182.94º88.11%36.27%-
HSV(B)182.94º93.68%68.24%-
XYZ21.4130.444.78-
YUV120.57158.1549.85-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.13%
GREEN value IS 166 (65.23% from 255) = 47.29%
BLUE value IS 174 (68.36% from 255) = 49.57%
R=3.13%
G=47.29%
B=49.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111661740.940.0500.32182.9488.1136.27
HexBA6AE5E5020b75824
Octal13246256136504026713044
Binary1011101001101010111010111101010100000101101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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