#04A1AB

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

Shades of Bondi Blue #04A1AB

Tints of Bondi Blue #04A1AB

Color information

#04A1AB (or 0x04A1AB) is unknown color: approx Bondi Blue. HEX triplet: 04, A1 and AB. RGB value is (4,161,171). Sum of RGB (Red+Green+Blue) = 4+161+171=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #04A1AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A1AB is #FB5E54. Grayscale: #737373. Windows color (decimal): -16473685 or 11247876. OLE color: 11247876.

HSL color Cylindrical-coordinate representation of color #04A1AB: hue angle of 183.59º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A1AB is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB4161171-
CMYK0.980.0600.33
HSL183.59º95.43%34.31%-
HSV(B)183.59º97.66%67.06%-
XYZ20.1528.4642.96-
YUV115.2159.4948.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.19%
GREEN value IS 161 (63.28% from 255) = 47.92%
BLUE value IS 171 (67.19% from 255) = 50.89%
R=1.19%
G=47.92%
B=50.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41611710.980.0600.33183.5995.4334.31
Hex4A1AB626021b85f22
Octal4241253142604127013742
Binary100101000011010101111000101100100001101110001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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