#04ABD7

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

Shades of Iris Blue #04ABD7

Tints of Iris Blue #04ABD7

Color information

#04ABD7 (or 0x04ABD7) is unknown color: approx Iris Blue. HEX triplet: 04, AB and D7. RGB value is (4,171,215). Sum of RGB (Red+Green+Blue) = 4+171+215=390 (51% of max value = 765). Red value is 4 (1.95% from 255 or 1.03% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 215 (84.38% from 255 or 55.13% from 390); Max value from RGB is 215 - color contains mainly: blue. Hex color #04ABD7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ABD7 is #FB5428. Grayscale: #7D7D7D. Windows color (decimal): -16471081 or 14134020. OLE color: 14134020.

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

Color convert

RGB4171215-
CMYK0.980.2000.16
HSL192.51º96.35%42.94%-
HSV(B)192.51º98.14%84.31%-
XYZ26.8834.0669.45-
YUV126.08178.1740.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.03%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 215 (84.38% from 255) = 55.13%
R=1.03%
G=43.85%
B=55.13%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal41712150.980.2000.16192.5196.3542.94
Hex4ABD76214010c1602b
Octal42533271422402030114053
Binary1001010101111010111110001010100010000110000011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04ABD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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