Html Css Color HEX #04AAB5 Iris Blue

📋 copy color: '#04AAB5'

red 4 ◦ green 170 ◦ blue 181

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

Shades of Iris Blue #04AAB5

Tints of Iris Blue #04AAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 50.99%

R = 1.13%
G = 47.89%
B = 50.99%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#04AAB5 (or 0x04AAB5) is known color: Iris Blue. HEX triplet: 04, AA and B5. RGB value is (4,170,181). Sum of RGB (Red+Green+Blue) = 4+170+181=355 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 181 (71.09% from 255 or 50.99% from 355); Max value from RGB is 181 - color contains mainly: blue. Hex color #04AAB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AAB5 is #FB554A. Grayscale: #797979. Windows color (decimal): -16471371 or 11905540. OLE color: 11905540.

HSL color Cylindrical-coordinate representation of color #04AAB5: hue angle of 183.73º 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 #04AAB5 is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 4 170 181 -
CMYK 0.98 0.06 0 0.29
HSL 183.73º 0.96% 0.36% -
HSV(B) 183.73º 0.98% 0.71% -
XYZ 22.77 32.11 48.71 -
YUV 121.62 161.5 44.11 -
System Red Green Blue C M Y K H S L
Decimal 4 170 181 0.98 0.06 0 0.29 183.73 0.96 0.36
Hex 4 AA B5 62 6 0 1D B8 60 24
Octal 4 252 265 142 6 0 35 270 140 44
Binary 100 10101010 10110101 1100010 110 0 11101 10111000 1100000 100100

Color Harmonies of #04AAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AAB5

Black with #04AAB5

Text Example


Text Example

White with #04AAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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