Html Css Color HEX #04AADD Iris Blue

📋 copy color: '#04AADD'

red 4 ◦ green 170 ◦ blue 221

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

Shades of Iris Blue #04AADD

Tints of Iris Blue #04AADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.95%

R = 1.01%
G = 43.04%
B = 55.95%

CMYK

 C value IS 0.98

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#04AADD (or 0x04AADD) is known color: Iris Blue. HEX triplet: 04, AA and DD. RGB value is (4,170,221). Sum of RGB (Red+Green+Blue) = 4+170+221=395 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 221 (86.72% from 255 or 55.95% from 395); Max value from RGB is 221 - color contains mainly: blue. Hex color #04AADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AADD is #FB5522. Grayscale: #7D7D7D. Windows color (decimal): -16471331 or 14526980. OLE color: 14526980.

HSL color Cylindrical-coordinate representation of color #04AADD: hue angle of 194.1º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AADD is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 170 221 -
CMYK 0.98 0.23 0 0.13
HSL 194.1º 0.96% 0.44% -
HSV(B) 194.1º 0.98% 0.87% -
XYZ 27.48 34 73.52 -
YUV 126.18 181.5 40.85 -
System Red Green Blue C M Y K H S L
Decimal 4 170 221 0.98 0.23 0 0.13 194.1 0.96 0.44
Hex 4 AA DD 62 17 0 D C2 60 2C
Octal 4 252 335 142 27 0 15 302 140 54
Binary 100 10101010 11011101 1100010 10111 0 1101 11000010 1100000 101100

Color Harmonies of #04AADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AADD

Black with #04AADD

Text Example


Text Example

White with #04AADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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