#04AAB3

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

Shades of Iris Blue #04AAB3

Tints of Iris Blue #04AAB3

Color information

#04AAB3 (or 0x04AAB3) is unknown color: approx Iris Blue. HEX triplet: 04, AA and B3. RGB value is (4,170,179). Sum of RGB (Red+Green+Blue) = 4+170+179=353 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 179 (70.31% from 255 or 50.71% from 353); Max value from RGB is 179 - color contains mainly: blue. Hex color #04AAB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AAB3 is #FB554C. Grayscale: #797979. Windows color (decimal): -16471373 or 11774468. OLE color: 11774468.

HSL color Cylindrical-coordinate representation of color #04AAB3: hue angle of 183.09º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AAB3 is Cyan = 0.98, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB4170179-
CMYK0.980.0500.30
HSL183.09º95.63%35.88%-
HSV(B)183.09º97.77%70.2%-
XYZ22.5632.0347.64-
YUV121.39160.544.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.13%
GREEN value IS 170 (66.80% from 255) = 48.16%
BLUE value IS 179 (70.31% from 255) = 50.71%
R=1.13%
G=48.16%
B=50.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal41701790.980.0500.30183.0995.6335.88
Hex4AAB362501Eb76024
Octal4252263142503626714044
Binary10010101010101100111100010101011110101101111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,170,179); }

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

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

 a { background-color: rgb(4,170,179); }

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

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

 span { border-color: rgb(4,170,179); }

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