#04AACA

Color #04AACA Iris Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Iris Blue #04AACA

Tints of Iris Blue #04AACA

Color information

#04AACA (or 0x04AACA) is unknown color: approx Iris Blue. HEX triplet: 04, AA and CA. RGB value is (4,170,202). Sum of RGB (Red+Green+Blue) = 4+170+202=376 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 202 (79.30% from 255 or 53.72% from 376); Max value from RGB is 202 - color contains mainly: blue. Hex color #04AACA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04AACA is #FB5535. Grayscale: #7B7B7B. Windows color (decimal): -16471350 or 13281796. OLE color: 13281796.

HSL color Cylindrical-coordinate representation of color #04AACA: hue angle of 189.7º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AACA is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB4170202-
CMYK0.980.1600.21
HSL189.7º96.12%40.39%-
HSV(B)189.7º98.02%79.22%-
XYZ25.0933.0460.93-
YUV124.0117242.4-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.06%
GREEN value IS 170 (66.80% from 255) = 45.21%
BLUE value IS 202 (79.30% from 255) = 53.72%
R=1.06%
G=45.21%
B=53.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal41702020.980.1600.21189.796.1240.39
Hex4AACA6210015be6028
Octal42523121422002527614050
Binary1001010101011001010110001010000010101101111101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04AACA;
 }
 .AnyTagClassName
 {
   color: #04AACA;
 }
</style>
background-color css

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

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

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

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

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

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