#04ABE0

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

Shades of Iris Blue #04ABE0

Tints of Iris Blue #04ABE0

Color information

#04ABE0 (or 0x04ABE0) is unknown color: approx Iris Blue. HEX triplet: 04, AB and E0. RGB value is (4,171,224). Sum of RGB (Red+Green+Blue) = 4+171+224=399 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.00% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #04ABE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ABE0 is #FB541F. Grayscale: #7E7E7E. Windows color (decimal): -16471072 or 14723844. OLE color: 14723844.

HSL color Cylindrical-coordinate representation of color #04ABE0: hue angle of 194.45º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ABE0 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB4171224-
CMYK0.980.2400.12
HSL194.45º96.49%44.71%-
HSV(B)194.45º98.21%87.84%-
XYZ28.0734.5375.71-
YUV127.11182.6740.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.00%
GREEN value IS 171 (67.19% from 255) = 42.86%
BLUE value IS 224 (87.89% from 255) = 56.14%
R=1.00%
G=42.86%
B=56.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal41712240.980.2400.12194.4596.4944.71
Hex4ABE062180Cc2602d
Octal42533401423001430214055
Binary100101010111110000011000101100001100110000101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04ABE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,171,224); }

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

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

 a { background-color: rgb(4,171,224); }

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

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

 span { border-color: rgb(4,171,224); }

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