#06ABAE

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

Shades of Bondi Blue #06ABAE

Tints of Bondi Blue #06ABAE

Color information

#06ABAE (or 0x06ABAE) is unknown color: approx Bondi Blue. HEX triplet: 06, AB and AE. RGB value is (6,171,174). Sum of RGB (Red+Green+Blue) = 6+171+174=351 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 351); Green value is 171 (67.19% from 255 or 48.72% 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 #06ABAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06ABAE is #F95451. Grayscale: #797979. Windows color (decimal): -16340050 or 11447046. OLE color: 11447046.

HSL color Cylindrical-coordinate representation of color #06ABAE: hue angle of 181.07º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06ABAE is Cyan = 0.97, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6171174-
CMYK0.970.0200.32
HSL181.07º93.33%35.29%-
HSV(B)181.07º96.55%68.24%-
XYZ22.2832.2245.09-
YUV122.01157.3445.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.71%
GREEN value IS 171 (67.19% from 255) = 48.72%
BLUE value IS 174 (68.36% from 255) = 49.57%
R=1.71%
G=48.72%
B=49.57%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61711740.970.0200.32181.0793.3335.29
Hex6ABAE612020b55d23
Octal6253256141204026513543
Binary11010101011101011101100001100100000101101011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,171,174); }

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

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

 a { background-color: rgb(6,171,174); }

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

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

 span { border-color: rgb(6,171,174); }

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