Html Css Color HEX #04AACC Iris Blue

📋 copy color: '#04AACC'

red 4 ◦ green 170 ◦ blue 204

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

Shades of Iris Blue #04AACC

Tints of Iris Blue #04AACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 53.97%

R = 1.06%
G = 44.97%
B = 53.97%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#04AACC (or 0x04AACC) is known color: Iris Blue. HEX triplet: 04, AA and CC. RGB value is (4,170,204). Sum of RGB (Red+Green+Blue) = 4+170+204=378 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #04AACC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AACC is #FB5533. Grayscale: #7B7B7B. Windows color (decimal): -16471348 or 13412868. OLE color: 13412868.

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

Color convert

RGB 4 170 204 -
CMYK 0.98 0.17 0 0.2
HSL 190.2º 0.96% 0.41% -
HSV(B) 190.2º 0.98% 0.8% -
XYZ 25.32 33.13 62.19 -
YUV 124.24 173 42.24 -
System Red Green Blue C M Y K H S L
Decimal 4 170 204 0.98 0.17 0 0.2 190.2 0.96 0.41
Hex 4 AA CC 62 11 0 14 BE 60 29
Octal 4 252 314 142 21 0 24 276 140 51
Binary 100 10101010 11001100 1100010 10001 0 10100 10111110 1100000 101001

Color Harmonies of #04AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AACC

Black with #04AACC

Text Example


Text Example

White with #04AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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