Html Css Color HEX #04AACD Iris Blue

📋 copy color: '#04AACD'

red 4 ◦ green 170 ◦ blue 205

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

Shades of Iris Blue #04AACD

Tints of Iris Blue #04AACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.09%

R = 1.06%
G = 44.85%
B = 54.09%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#04AACD (or 0x04AACD) is known color: Iris Blue. HEX triplet: 04, AA and CD. RGB value is (4,170,205). Sum of RGB (Red+Green+Blue) = 4+170+205=379 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #04AACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AACD is #FB5532. Grayscale: #7C7C7C. Windows color (decimal): -16471347 or 13478404. OLE color: 13478404.

HSL color Cylindrical-coordinate representation of color #04AACD: hue angle of 190.45º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AACD is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 4 170 205 -
CMYK 0.98 0.17 0 0.20
HSL 190.45º 0.96% 0.41% -
HSV(B) 190.45º 0.98% 0.8% -
XYZ 25.44 33.18 62.82 -
YUV 124.36 173.5 42.15 -
System Red Green Blue C M Y K H S L
Decimal 4 170 205 0.98 0.17 0 0.20 190.45 0.96 0.41
Hex 4 AA CD 62 11 0 14 BE 60 29
Octal 4 252 315 142 21 0 24 276 140 51
Binary 100 10101010 11001101 1100010 10001 0 10100 10111110 1100000 101001

Color Harmonies of #04AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AACD

Black with #04AACD

Text Example


Text Example

White with #04AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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