Html Css Color HEX #04AACE Iris Blue

📋 copy color: '#04AACE'

red 4 ◦ green 170 ◦ blue 206

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

Shades of Iris Blue #04AACE

Tints of Iris Blue #04AACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.21%

R = 1.05%
G = 44.74%
B = 54.21%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#04AACE (or 0x04AACE) is known color: Iris Blue. HEX triplet: 04, AA and CE. RGB value is (4,170,206). Sum of RGB (Red+Green+Blue) = 4+170+206=380 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.05% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #04AACE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AACE is #FB5531. Grayscale: #7C7C7C. Windows color (decimal): -16471346 or 13543940. OLE color: 13543940.

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

Color convert

RGB 4 170 206 -
CMYK 0.98 0.17 0 0.19
HSL 190.69º 0.96% 0.41% -
HSV(B) 190.69º 0.98% 0.81% -
XYZ 25.57 33.23 63.46 -
YUV 124.47 174 42.07 -
System Red Green Blue C M Y K H S L
Decimal 4 170 206 0.98 0.17 0 0.19 190.69 0.96 0.41
Hex 4 AA CE 62 11 0 13 BF 60 29
Octal 4 252 316 142 21 0 23 277 140 51
Binary 100 10101010 11001110 1100010 10001 0 10011 10111111 1100000 101001

Color Harmonies of #04AACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04AACE

Black with #04AACE

Text Example


Text Example

White with #04AACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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