Shades of Iris Blue #01B2C0
Tints of Iris Blue #01B2C0
RGB
CMYK
RGB Variations
Color information
#01B2C0 (or 0x01B2C0) is known color: Iris Blue. HEX triplet: 01, B2 and C0. RGB value is (1,178,192). Sum of RGB (Red+Green+Blue) = 1+178+192=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #01B2C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01B2C0 is #FE4D3F. Grayscale: #7E7E7E. Windows color (decimal): -16665920 or 12628481. OLE color: 12628481.
HSL color Cylindrical-coordinate representation of color #01B2C0: hue angle of 184.4º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B2C0 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 178 | 192 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.25 |
| HSL | 184.4º | 0.99% | 0.38% | - |
| HSV(B) | 184.4º | 0.99% | 0.75% | - |
| XYZ | 25.45 | 35.65 | 55.41 | - |
| YUV | 126.67 | 164.86 | 38.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 178 | 192 | 0.99 | 0.07 | 0 | 0.25 | 184.4 | 0.99 | 0.38 |
| Hex | 1 | B2 | C0 | 63 | 7 | 0 | 19 | B8 | 63 | 26 |
| Octal | 1 | 262 | 300 | 143 | 7 | 0 | 31 | 270 | 143 | 46 |
| Binary | 1 | 10110010 | 11000000 | 1100011 | 111 | 0 | 11001 | 10111000 | 1100011 | 100110 |
Color Harmonies of #01B2C0
Complementary color
Monochromatic Colors of #01B2C0
Black with #01B2C0
Text Example
Text Example
White with #01B2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B2C0; }
p { color: rgb(1,178,192); }
H1.HeaderClassName
{
color: #01B2C0;
}
.AnyTagClassName
{
color: #01B2C0;
}
</style>
background-color css
<style>
a { background-color: #01B2C0; }
a { background-color: rgb(1,178,192); }
div.DivClassName
{
background-color: #01B2C0;
}
.BgClassName
{
background-color: #01B2C0;
}
</style>
border-color css
<style>
span { border-color: #01B2C0; }
span { border-color: rgb(1,178,192); }
td.TdClassName
{
border-color: #01B2C0;
}
.TagClassName
{
border-color: #01B2C0;
}
</style>