#04ABD0

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

Shades of Iris Blue #04ABD0

Tints of Iris Blue #04ABD0

Color information

#04ABD0 (or 0x04ABD0) is unknown color: approx Iris Blue. HEX triplet: 04, AB and D0. RGB value is (4,171,208). Sum of RGB (Red+Green+Blue) = 4+171+208=383 (50% of max value = 765). Red value is 4 (1.95% from 255 or 1.04% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 208 (81.64% from 255 or 54.31% from 383); Max value from RGB is 208 - color contains mainly: blue. Hex color #04ABD0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ABD0 is #FB542F. Grayscale: #7C7C7C. Windows color (decimal): -16471088 or 13675268. OLE color: 13675268.

HSL color Cylindrical-coordinate representation of color #04ABD0: hue angle of 190.88º 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 #04ABD0 is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4171208-
CMYK0.980.1800.18
HSL190.88º96.23%41.57%-
HSV(B)190.88º98.08%81.57%-
XYZ2633.7164.81-
YUV125.28174.6741.49-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.04%
GREEN value IS 171 (67.19% from 255) = 44.65%
BLUE value IS 208 (81.64% from 255) = 54.31%
R=1.04%
G=44.65%
B=54.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal41712080.980.1800.18190.8896.2341.57
Hex4ABD06212012bf602a
Octal42533201422202227714052
Binary1001010101111010000110001010010010010101111111100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04ABD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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