#04ABAE

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

Shades of Bondi Blue #04ABAE

Tints of Bondi Blue #04ABAE

Color information

#04ABAE (or 0x04ABAE) is unknown color: approx Bondi Blue. HEX triplet: 04, AB and AE. RGB value is (4,171,174). Sum of RGB (Red+Green+Blue) = 4+171+174=349 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.15% from 349); Green value is 171 (67.19% from 255 or 49.00% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #04ABAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04ABAE is #FB5451. Grayscale: #797979. Windows color (decimal): -16471122 or 11447044. OLE color: 11447044.

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

Color convert

RGB4171174-
CMYK0.980.0200.32
HSL181.06º95.51%34.9%-
HSV(B)181.06º97.7%68.24%-
XYZ22.2532.2145.09-
YUV121.41157.6744.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.15%
GREEN value IS 171 (67.19% from 255) = 49.00%
BLUE value IS 174 (68.36% from 255) = 49.86%
R=1.15%
G=49.00%
B=49.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41711740.980.0200.32181.0695.5134.9
Hex4ABAE622020b56023
Octal4253256142204026514043
Binary10010101011101011101100010100100000101101011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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