Shades of Iris Blue #01AFC1
Tints of Iris Blue #01AFC1
RGB
CMYK
RGB Variations
Color information
#01AFC1 (or 0x01AFC1) is known color: Iris Blue. HEX triplet: 01, AF and C1. RGB value is (1,175,193). Sum of RGB (Red+Green+Blue) = 1+175+193=369 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 193 (75.78% from 255 or 52.30% from 369); Max value from RGB is 193 - color contains mainly: blue. Hex color #01AFC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AFC1 is #FE503E. Grayscale: #7C7C7C. Windows color (decimal): -16666687 or 12693249. OLE color: 12693249.
HSL color Cylindrical-coordinate representation of color #01AFC1: hue angle of 185.62º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AFC1 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 175 | 193 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.24 |
| HSL | 185.63º | 0.99% | 0.38% | - |
| HSV(B) | 185.63º | 0.99% | 0.76% | - |
| XYZ | 24.97 | 34.52 | 55.8 | - |
| YUV | 125.03 | 166.35 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 193 | 0.99 | 0.09 | 0 | 0.24 | 185.63 | 0.99 | 0.38 |
| Hex | 1 | AF | C1 | 63 | 9 | 0 | 18 | BA | 63 | 26 |
| Octal | 1 | 257 | 301 | 143 | 11 | 0 | 30 | 272 | 143 | 46 |
| Binary | 1 | 10101111 | 11000001 | 1100011 | 1001 | 0 | 11000 | 10111010 | 1100011 | 100110 |
Color Harmonies of #01AFC1
Complementary color
Monochromatic Colors of #01AFC1
Black with #01AFC1
Text Example
Text Example
White with #01AFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AFC1; }
p { color: rgb(1,175,193); }
H1.HeaderClassName
{
color: #01AFC1;
}
.AnyTagClassName
{
color: #01AFC1;
}
</style>
background-color css
<style>
a { background-color: #01AFC1; }
a { background-color: rgb(1,175,193); }
div.DivClassName
{
background-color: #01AFC1;
}
.BgClassName
{
background-color: #01AFC1;
}
</style>
border-color css
<style>
span { border-color: #01AFC1; }
span { border-color: rgb(1,175,193); }
td.TdClassName
{
border-color: #01AFC1;
}
.TagClassName
{
border-color: #01AFC1;
}
</style>