Shades of Iris Blue #01AFC5
Tints of Iris Blue #01AFC5
RGB
CMYK
RGB Variations
Color information
#01AFC5 (or 0x01AFC5) is known color: Iris Blue. HEX triplet: 01, AF and C5. RGB value is (1,175,197). Sum of RGB (Red+Green+Blue) = 1+175+197=373 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 197 (77.34% from 255 or 52.82% from 373); Max value from RGB is 197 - color contains mainly: blue. Hex color #01AFC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AFC5 is #FE503A. Grayscale: #7D7D7D. Windows color (decimal): -16666683 or 12955393. OLE color: 12955393.
HSL color Cylindrical-coordinate representation of color #01AFC5: hue angle of 186.73º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AFC5 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 175 | 197 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.23 |
| HSL | 186.73º | 0.99% | 0.39% | - |
| HSV(B) | 186.73º | 0.99% | 0.77% | - |
| XYZ | 25.42 | 34.7 | 58.18 | - |
| YUV | 125.48 | 168.35 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 197 | 0.99 | 0.11 | 0 | 0.23 | 186.73 | 0.99 | 0.39 |
| Hex | 1 | AF | C5 | 63 | B | 0 | 17 | BB | 63 | 27 |
| Octal | 1 | 257 | 305 | 143 | 13 | 0 | 27 | 273 | 143 | 47 |
| Binary | 1 | 10101111 | 11000101 | 1100011 | 1011 | 0 | 10111 | 10111011 | 1100011 | 100111 |
Color Harmonies of #01AFC5
Complementary color
Monochromatic Colors of #01AFC5
Black with #01AFC5
Text Example
Text Example
White with #01AFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AFC5; }
p { color: rgb(1,175,197); }
H1.HeaderClassName
{
color: #01AFC5;
}
.AnyTagClassName
{
color: #01AFC5;
}
</style>
background-color css
<style>
a { background-color: #01AFC5; }
a { background-color: rgb(1,175,197); }
div.DivClassName
{
background-color: #01AFC5;
}
.BgClassName
{
background-color: #01AFC5;
}
</style>
border-color css
<style>
span { border-color: #01AFC5; }
span { border-color: rgb(1,175,197); }
td.TdClassName
{
border-color: #01AFC5;
}
.TagClassName
{
border-color: #01AFC5;
}
</style>