#04A9D2

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

Shades of Iris Blue #04A9D2

Tints of Iris Blue #04A9D2

Color information

#04A9D2 (or 0x04A9D2) is unknown color: approx Iris Blue. HEX triplet: 04, A9 and D2. RGB value is (4,169,210). Sum of RGB (Red+Green+Blue) = 4+169+210=383 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 210 (82.42% from 255 or 54.83% from 383); Max value from RGB is 210 - color contains mainly: blue. Hex color #04A9D2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A9D2 is #FB562D. Grayscale: #7C7C7C. Windows color (decimal): -16471598 or 13805828. OLE color: 13805828.

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

Color convert

RGB4169210-
CMYK0.980.2000.18
HSL191.94º96.26%41.96%-
HSV(B)191.94º98.1%82.35%-
XYZ25.8733.0565.99-
YUV124.34176.3442.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.04%
GREEN value IS 169 (66.41% from 255) = 44.13%
BLUE value IS 210 (82.42% from 255) = 54.83%
R=1.04%
G=44.13%
B=54.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal41692100.980.2000.18191.9496.2641.96
Hex4A9D26214012c0602a
Octal42513221422402230014052
Binary1001010100111010010110001010100010010110000001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,169,210); }

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

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

 a { background-color: rgb(4,169,210); }

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

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

 span { border-color: rgb(4,169,210); }

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