Shades of Iris Blue #01B0C5
Tints of Iris Blue #01B0C5
RGB
CMYK
RGB Variations
Color information
#01B0C5 (or 0x01B0C5) is known color: Iris Blue. HEX triplet: 01, B0 and C5. RGB value is (1,176,197). Sum of RGB (Red+Green+Blue) = 1+176+197=374 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 197 (77.34% from 255 or 52.67% from 374); Max value from RGB is 197 - color contains mainly: blue. Hex color #01B0C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01B0C5 is #FE4F3A. Grayscale: #7D7D7D. Windows color (decimal): -16666427 or 12955649. OLE color: 12955649.
HSL color Cylindrical-coordinate representation of color #01B0C5: hue angle of 186.43º 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 #01B0C5 is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 176 | 197 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.23 |
| HSL | 186.43º | 0.99% | 0.39% | - |
| HSV(B) | 186.43º | 0.99% | 0.77% | - |
| XYZ | 25.62 | 35.09 | 58.25 | - |
| YUV | 126.07 | 168.02 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 176 | 197 | 0.99 | 0.11 | 0 | 0.23 | 186.43 | 0.99 | 0.39 |
| Hex | 1 | B0 | C5 | 63 | B | 0 | 17 | BA | 63 | 27 |
| Octal | 1 | 260 | 305 | 143 | 13 | 0 | 27 | 272 | 143 | 47 |
| Binary | 1 | 10110000 | 11000101 | 1100011 | 1011 | 0 | 10111 | 10111010 | 1100011 | 100111 |
Color Harmonies of #01B0C5
Complementary color
Monochromatic Colors of #01B0C5
Black with #01B0C5
Text Example
Text Example
White with #01B0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B0C5; }
p { color: rgb(1,176,197); }
H1.HeaderClassName
{
color: #01B0C5;
}
.AnyTagClassName
{
color: #01B0C5;
}
</style>
background-color css
<style>
a { background-color: #01B0C5; }
a { background-color: rgb(1,176,197); }
div.DivClassName
{
background-color: #01B0C5;
}
.BgClassName
{
background-color: #01B0C5;
}
</style>
border-color css
<style>
span { border-color: #01B0C5; }
span { border-color: rgb(1,176,197); }
td.TdClassName
{
border-color: #01B0C5;
}
.TagClassName
{
border-color: #01B0C5;
}
</style>