Shades of Iris Blue #01AFC3
Tints of Iris Blue #01AFC3
RGB
CMYK
RGB Variations
Color information
#01AFC3 (or 0x01AFC3) is known color: Iris Blue. HEX triplet: 01, AF and C3. RGB value is (1,175,195). Sum of RGB (Red+Green+Blue) = 1+175+195=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #01AFC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AFC3 is #FE503C. Grayscale: #7D7D7D. Windows color (decimal): -16666685 or 12824321. OLE color: 12824321.
HSL color Cylindrical-coordinate representation of color #01AFC3: hue angle of 186.19º 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 #01AFC3 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 175 | 195 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.24 |
| HSL | 186.19º | 0.99% | 0.38% | - |
| HSV(B) | 186.19º | 0.99% | 0.76% | - |
| XYZ | 25.19 | 34.61 | 56.98 | - |
| YUV | 125.25 | 167.35 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 175 | 195 | 0.99 | 0.10 | 0 | 0.24 | 186.19 | 0.99 | 0.38 |
| Hex | 1 | AF | C3 | 63 | A | 0 | 18 | BA | 63 | 26 |
| Octal | 1 | 257 | 303 | 143 | 12 | 0 | 30 | 272 | 143 | 46 |
| Binary | 1 | 10101111 | 11000011 | 1100011 | 1010 | 0 | 11000 | 10111010 | 1100011 | 100110 |
Color Harmonies of #01AFC3
Complementary color
Monochromatic Colors of #01AFC3
Black with #01AFC3
Text Example
Text Example
White with #01AFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AFC3; }
p { color: rgb(1,175,195); }
H1.HeaderClassName
{
color: #01AFC3;
}
.AnyTagClassName
{
color: #01AFC3;
}
</style>
background-color css
<style>
a { background-color: #01AFC3; }
a { background-color: rgb(1,175,195); }
div.DivClassName
{
background-color: #01AFC3;
}
.BgClassName
{
background-color: #01AFC3;
}
</style>
border-color css
<style>
span { border-color: #01AFC3; }
span { border-color: rgb(1,175,195); }
td.TdClassName
{
border-color: #01AFC3;
}
.TagClassName
{
border-color: #01AFC3;
}
</style>