Shades of Iris Blue #01C0C5
Tints of Iris Blue #01C0C5
RGB
CMYK
RGB Variations
Color information
#01C0C5 (or 0x01C0C5) is known color: Iris Blue. HEX triplet: 01, C0 and C5. RGB value is (1,192,197). Sum of RGB (Red+Green+Blue) = 1+192+197=390 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 197 (77.34% from 255 or 50.51% from 390); Max value from RGB is 197 - color contains mainly: blue. Hex color #01C0C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01C0C5 is #FE3F3A. Grayscale: #878787. Windows color (decimal): -16662331 or 12959745. OLE color: 12959745.
HSL color Cylindrical-coordinate representation of color #01C0C5: hue angle of 181.53º 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 #01C0C5 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 192 | 197 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.23 |
| HSL | 181.53º | 0.99% | 0.39% | - |
| HSV(B) | 181.53º | 0.99% | 0.77% | - |
| XYZ | 28.94 | 41.74 | 59.35 | - |
| YUV | 135.46 | 162.72 | 32.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 192 | 197 | 0.99 | 0.03 | 0 | 0.23 | 181.53 | 0.99 | 0.39 |
| Hex | 1 | C0 | C5 | 63 | 3 | 0 | 17 | B6 | 63 | 27 |
| Octal | 1 | 300 | 305 | 143 | 3 | 0 | 27 | 266 | 143 | 47 |
| Binary | 1 | 11000000 | 11000101 | 1100011 | 11 | 0 | 10111 | 10110110 | 1100011 | 100111 |
Color Harmonies of #01C0C5
Complementary color
Monochromatic Colors of #01C0C5
Black with #01C0C5
Text Example
Text Example
White with #01C0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01C0C5; }
p { color: rgb(1,192,197); }
H1.HeaderClassName
{
color: #01C0C5;
}
.AnyTagClassName
{
color: #01C0C5;
}
</style>
background-color css
<style>
a { background-color: #01C0C5; }
a { background-color: rgb(1,192,197); }
div.DivClassName
{
background-color: #01C0C5;
}
.BgClassName
{
background-color: #01C0C5;
}
</style>
border-color css
<style>
span { border-color: #01C0C5; }
span { border-color: rgb(1,192,197); }
td.TdClassName
{
border-color: #01C0C5;
}
.TagClassName
{
border-color: #01C0C5;
}
</style>