Shades of Iris Blue #01A9C7
Tints of Iris Blue #01A9C7
RGB
CMYK
RGB Variations
Color information
#01A9C7 (or 0x01A9C7) is known color: Iris Blue. HEX triplet: 01, A9 and C7. RGB value is (1,169,199). Sum of RGB (Red+Green+Blue) = 1+169+199=369 (48% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 199 (78.12% from 255 or 53.93% from 369); Max value from RGB is 199 - color contains mainly: blue. Hex color #01A9C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A9C7 is #FE5638. Grayscale: #797979. Windows color (decimal): -16668217 or 13084929. OLE color: 13084929.
HSL color Cylindrical-coordinate representation of color #01A9C7: hue angle of 189.09º 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 #01A9C7 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 1 | 169 | 199 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.22 |
| HSL | 189.09º | 0.99% | 0.39% | - |
| HSV(B) | 189.09º | 0.99% | 0.78% | - |
| XYZ | 24.51 | 32.51 | 59.02 | - |
| YUV | 122.19 | 171.34 | 41.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 169 | 199 | 0.99 | 0.15 | 0 | 0.22 | 189.09 | 0.99 | 0.39 |
| Hex | 1 | A9 | C7 | 63 | F | 0 | 16 | BD | 63 | 27 |
| Octal | 1 | 251 | 307 | 143 | 17 | 0 | 26 | 275 | 143 | 47 |
| Binary | 1 | 10101001 | 11000111 | 1100011 | 1111 | 0 | 10110 | 10111101 | 1100011 | 100111 |
Color Harmonies of #01A9C7
Complementary color
Monochromatic Colors of #01A9C7
Black with #01A9C7
Text Example
Text Example
White with #01A9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A9C7; }
p { color: rgb(1,169,199); }
H1.HeaderClassName
{
color: #01A9C7;
}
.AnyTagClassName
{
color: #01A9C7;
}
</style>
background-color css
<style>
a { background-color: #01A9C7; }
a { background-color: rgb(1,169,199); }
div.DivClassName
{
background-color: #01A9C7;
}
.BgClassName
{
background-color: #01A9C7;
}
</style>
border-color css
<style>
span { border-color: #01A9C7; }
span { border-color: rgb(1,169,199); }
td.TdClassName
{
border-color: #01A9C7;
}
.TagClassName
{
border-color: #01A9C7;
}
</style>