Shades of Iris Blue #01AFC6
Tints of Iris Blue #01AFC6
RGB
CMYK
RGB Variations
Color information
#01AFC6 (or 0x01AFC6) is known color: Iris Blue. HEX triplet: 01, AF and C6. RGB value is (1,175,198). Sum of RGB (Red+Green+Blue) = 1+175+198=374 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 198 (77.73% from 255 or 52.94% from 374); Max value from RGB is 198 - color contains mainly: blue. Hex color #01AFC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AFC6 is #FE5039. Grayscale: #7D7D7D. Windows color (decimal): -16666682 or 13020929. OLE color: 13020929.
HSL color Cylindrical-coordinate representation of color #01AFC6: hue angle of 187.01º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AFC6 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 175 | 198 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.22 |
| HSL | 187.01º | 0.99% | 0.39% | - |
| HSV(B) | 187.01º | 0.99% | 0.78% | - |
| XYZ | 25.54 | 34.74 | 58.79 | - |
| YUV | 125.6 | 168.85 | 39.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 198 | 0.99 | 0.12 | 0 | 0.22 | 187.01 | 0.99 | 0.39 |
| Hex | 1 | AF | C6 | 63 | C | 0 | 16 | BB | 63 | 27 |
| Octal | 1 | 257 | 306 | 143 | 14 | 0 | 26 | 273 | 143 | 47 |
| Binary | 1 | 10101111 | 11000110 | 1100011 | 1100 | 0 | 10110 | 10111011 | 1100011 | 100111 |
Color Harmonies of #01AFC6
Complementary color
Monochromatic Colors of #01AFC6
Black with #01AFC6
Text Example
Text Example
White with #01AFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AFC6; }
p { color: rgb(1,175,198); }
H1.HeaderClassName
{
color: #01AFC6;
}
.AnyTagClassName
{
color: #01AFC6;
}
</style>
background-color css
<style>
a { background-color: #01AFC6; }
a { background-color: rgb(1,175,198); }
div.DivClassName
{
background-color: #01AFC6;
}
.BgClassName
{
background-color: #01AFC6;
}
</style>
border-color css
<style>
span { border-color: #01AFC6; }
span { border-color: rgb(1,175,198); }
td.TdClassName
{
border-color: #01AFC6;
}
.TagClassName
{
border-color: #01AFC6;
}
</style>