Shades of Iris Blue #01AFDD
Tints of Iris Blue #01AFDD
RGB
CMYK
RGB Variations
Color information
#01AFDD (or 0x01AFDD) is known color: Iris Blue. HEX triplet: 01, AF and DD. RGB value is (1,175,221). Sum of RGB (Red+Green+Blue) = 1+175+221=397 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #01AFDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AFDD is #FE5022. Grayscale: #7F7F7F. Windows color (decimal): -16666659 or 14528257. OLE color: 14528257.
HSL color Cylindrical-coordinate representation of color #01AFDD: hue angle of 192.55º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01AFDD is Cyan = 1.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 175 | 221 | - |
| CMYK | 1.00 | 0.21 | 0 | 0.13 |
| HSL | 192.55º | 0.99% | 0.44% | - |
| HSV(B) | 192.55º | 1% | 0.87% | - |
| XYZ | 28.39 | 35.89 | 73.84 | - |
| YUV | 128.22 | 180.35 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 221 | 1.00 | 0.21 | 0 | 0.13 | 192.55 | 0.99 | 0.44 |
| Hex | 1 | AF | DD | 64 | 15 | 0 | D | C1 | 63 | 2C |
| Octal | 1 | 257 | 335 | 144 | 25 | 0 | 15 | 301 | 143 | 54 |
| Binary | 1 | 10101111 | 11011101 | 1100100 | 10101 | 0 | 1101 | 11000001 | 1100011 | 101100 |
Color Harmonies of #01AFDD
Complementary color
Monochromatic Colors of #01AFDD
Black with #01AFDD
Text Example
Text Example
White with #01AFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AFDD; }
p { color: rgb(1,175,221); }
H1.HeaderClassName
{
color: #01AFDD;
}
.AnyTagClassName
{
color: #01AFDD;
}
</style>
background-color css
<style>
a { background-color: #01AFDD; }
a { background-color: rgb(1,175,221); }
div.DivClassName
{
background-color: #01AFDD;
}
.BgClassName
{
background-color: #01AFDD;
}
</style>
border-color css
<style>
span { border-color: #01AFDD; }
span { border-color: rgb(1,175,221); }
td.TdClassName
{
border-color: #01AFDD;
}
.TagClassName
{
border-color: #01AFDD;
}
</style>