Shades of Iris Blue #04ABC9
Tints of Iris Blue #04ABC9
RGB
CMYK
RGB Variations
Color information
#04ABC9 (or 0x04ABC9) is known color: Iris Blue. HEX triplet: 04, AB and C9. RGB value is (4,171,201). Sum of RGB (Red+Green+Blue) = 4+171+201=376 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.06% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 201 (78.91% from 255 or 53.46% from 376); Max value from RGB is 201 - color contains mainly: blue. Hex color #04ABC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ABC9 is #FB5436. Grayscale: #7C7C7C. Windows color (decimal): -16471095 or 13216516. OLE color: 13216516.
HSL color Cylindrical-coordinate representation of color #04ABC9: hue angle of 189.14º 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 #04ABC9 is Cyan = 0.98, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 4 | 171 | 201 | - |
| CMYK | 0.98 | 0.15 | 0 | 0.21 |
| HSL | 189.14º | 0.96% | 0.4% | - |
| HSV(B) | 189.14º | 0.98% | 0.79% | - |
| XYZ | 25.16 | 33.37 | 60.37 | - |
| YUV | 124.49 | 171.17 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 201 | 0.98 | 0.15 | 0 | 0.21 | 189.14 | 0.96 | 0.4 |
| Hex | 4 | AB | C9 | 62 | F | 0 | 15 | BD | 60 | 28 |
| Octal | 4 | 253 | 311 | 142 | 17 | 0 | 25 | 275 | 140 | 50 |
| Binary | 100 | 10101011 | 11001001 | 1100010 | 1111 | 0 | 10101 | 10111101 | 1100000 | 101000 |
Color Harmonies of #04ABC9
Complementary color
Monochromatic Colors of #04ABC9
Black with #04ABC9
Text Example
Text Example
White with #04ABC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ABC9; }
p { color: rgb(4,171,201); }
H1.HeaderClassName
{
color: #04ABC9;
}
.AnyTagClassName
{
color: #04ABC9;
}
</style>
background-color css
<style>
a { background-color: #04ABC9; }
a { background-color: rgb(4,171,201); }
div.DivClassName
{
background-color: #04ABC9;
}
.BgClassName
{
background-color: #04ABC9;
}
</style>
border-color css
<style>
span { border-color: #04ABC9; }
span { border-color: rgb(4,171,201); }
td.TdClassName
{
border-color: #04ABC9;
}
.TagClassName
{
border-color: #04ABC9;
}
</style>