Shades of Iris Blue #01B3C5
Tints of Iris Blue #01B3C5
RGB
CMYK
RGB Variations
Color information
#01B3C5 (or 0x01B3C5) is known color: Iris Blue. HEX triplet: 01, B3 and C5. RGB value is (1,179,197). Sum of RGB (Red+Green+Blue) = 1+179+197=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #01B3C5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01B3C5 is #FE4C3A. Grayscale: #7F7F7F. Windows color (decimal): -16665659 or 12956417. OLE color: 12956417.
HSL color Cylindrical-coordinate representation of color #01B3C5: hue angle of 185.51º 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 #01B3C5 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 179 | 197 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.23 |
| HSL | 185.51º | 0.99% | 0.39% | - |
| HSV(B) | 185.51º | 0.99% | 0.77% | - |
| XYZ | 26.21 | 36.28 | 58.44 | - |
| YUV | 127.83 | 167.03 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 179 | 197 | 0.99 | 0.09 | 0 | 0.23 | 185.51 | 0.99 | 0.39 |
| Hex | 1 | B3 | C5 | 63 | 9 | 0 | 17 | BA | 63 | 27 |
| Octal | 1 | 263 | 305 | 143 | 11 | 0 | 27 | 272 | 143 | 47 |
| Binary | 1 | 10110011 | 11000101 | 1100011 | 1001 | 0 | 10111 | 10111010 | 1100011 | 100111 |
Color Harmonies of #01B3C5
Complementary color
Monochromatic Colors of #01B3C5
Black with #01B3C5
Text Example
Text Example
White with #01B3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B3C5; }
p { color: rgb(1,179,197); }
H1.HeaderClassName
{
color: #01B3C5;
}
.AnyTagClassName
{
color: #01B3C5;
}
</style>
background-color css
<style>
a { background-color: #01B3C5; }
a { background-color: rgb(1,179,197); }
div.DivClassName
{
background-color: #01B3C5;
}
.BgClassName
{
background-color: #01B3C5;
}
</style>
border-color css
<style>
span { border-color: #01B3C5; }
span { border-color: rgb(1,179,197); }
td.TdClassName
{
border-color: #01B3C5;
}
.TagClassName
{
border-color: #01B3C5;
}
</style>