Shades of Iris Blue #04ABDF
Tints of Iris Blue #04ABDF
RGB
CMYK
RGB Variations
Color information
#04ABDF (or 0x04ABDF) is known color: Iris Blue. HEX triplet: 04, AB and DF. RGB value is (4,171,223). Sum of RGB (Red+Green+Blue) = 4+171+223=398 (52% of max value = 765). Red value is 4 (1.95% from 255 or 1.01% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #04ABDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04ABDF is #FB5420. Grayscale: #7E7E7E. Windows color (decimal): -16471073 or 14658308. OLE color: 14658308.
HSL color Cylindrical-coordinate representation of color #04ABDF: hue angle of 194.25º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04ABDF is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 171 | 223 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.13 |
| HSL | 194.25º | 0.96% | 0.45% | - |
| HSV(B) | 194.25º | 0.98% | 0.87% | - |
| XYZ | 27.93 | 34.48 | 75 | - |
| YUV | 127 | 182.17 | 40.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 171 | 223 | 0.98 | 0.23 | 0 | 0.13 | 194.25 | 0.96 | 0.45 |
| Hex | 4 | AB | DF | 62 | 17 | 0 | D | C2 | 60 | 2D |
| Octal | 4 | 253 | 337 | 142 | 27 | 0 | 15 | 302 | 140 | 55 |
| Binary | 100 | 10101011 | 11011111 | 1100010 | 10111 | 0 | 1101 | 11000010 | 1100000 | 101101 |
Color Harmonies of #04ABDF
Complementary color
Monochromatic Colors of #04ABDF
Black with #04ABDF
Text Example
Text Example
White with #04ABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04ABDF; }
p { color: rgb(4,171,223); }
H1.HeaderClassName
{
color: #04ABDF;
}
.AnyTagClassName
{
color: #04ABDF;
}
</style>
background-color css
<style>
a { background-color: #04ABDF; }
a { background-color: rgb(4,171,223); }
div.DivClassName
{
background-color: #04ABDF;
}
.BgClassName
{
background-color: #04ABDF;
}
</style>
border-color css
<style>
span { border-color: #04ABDF; }
span { border-color: rgb(4,171,223); }
td.TdClassName
{
border-color: #04ABDF;
}
.TagClassName
{
border-color: #04ABDF;
}
</style>