Html Css Color HEX #04AAB6 Iris Blue

📋 copy color: '#04AAB6'

red 4 ◦ green 170 ◦ blue 182

#04AAB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Iris Blue #04AAB6

Tints of Iris Blue #04AAB6

RGB

 RED value IS 4 (1.95% from 255) = 1.12%

 GREEN value IS 170 (66.8% from 255) = 47.75%

 BLUE value IS 182 (71.48% from 255) = 51.12%

R = 1.12%
G = 47.75%
B = 51.12%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#04AAB6 (or 0x04AAB6) is known color: Iris Blue. HEX triplet: 04, AA and B6. RGB value is (4,170,182). Sum of RGB (Red+Green+Blue) = 4+170+182=356 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.12% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #04AAB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AAB6 is #FB5549. Grayscale: #797979. Windows color (decimal): -16471370 or 11971076. OLE color: 11971076.

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

Color convert

RGB 4 170 182 -
CMYK 0.98 0.07 0 0.29
HSL 184.04º 0.96% 0.36% -
HSV(B) 184.04º 0.98% 0.71% -
XYZ 22.87 32.15 49.26 -
YUV 121.73 162 44.02 -
System Red Green Blue C M Y K H S L
Decimal 4 170 182 0.98 0.07 0 0.29 184.04 0.96 0.36
Hex 4 AA B6 62 7 0 1D B8 60 24
Octal 4 252 266 142 7 0 35 270 140 44
Binary 100 10101010 10110110 1100010 111 0 11101 10111000 1100000 100100

Color Harmonies of #04AAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AAB6

Black with #04AAB6

Text Example


Text Example

White with #04AAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04AAB6;
 }
 .AnyTagClassName
 {
   color: #04AAB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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