#06AAB1

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

Shades of Bondi Blue #06AAB1

Tints of Bondi Blue #06AAB1

Color information

#06AAB1 (or 0x06AAB1) is unknown color: approx Bondi Blue. HEX triplet: 06, AA and B1. RGB value is (6,170,177). Sum of RGB (Red+Green+Blue) = 6+170+177=353 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.70% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #06AAB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AAB1 is #F9554E. Grayscale: #797979. Windows color (decimal): -16340303 or 11643398. OLE color: 11643398.

HSL color Cylindrical-coordinate representation of color #06AAB1: hue angle of 182.46º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AAB1 is Cyan = 0.97, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6170177-
CMYK0.970.0400.31
HSL182.46º93.44%35.88%-
HSV(B)182.46º96.61%69.41%-
XYZ22.3931.9646.58-
YUV121.76159.1745.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.70%
GREEN value IS 170 (66.80% from 255) = 48.16%
BLUE value IS 177 (69.53% from 255) = 50.14%
R=1.70%
G=48.16%
B=50.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61701770.970.0400.31182.4693.4435.88
Hex6AAB161401Fb65d24
Octal6252261141403726613544
Binary11010101010101100011100001100011111101101101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06AAB1; }

 p { color: rgb(6,170,177); }

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

<style>
 a { background-color: #06AAB1; }

 a { background-color: rgb(6,170,177); }

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

<style>
 span { border-color: #06AAB1; }

 span { border-color: rgb(6,170,177); }

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