Shades of Iris Blue #01BDC5
Tints of Iris Blue #01BDC5
RGB
CMYK
RGB Variations
Color information
#01BDC5 (or 0x01BDC5) is known color: Iris Blue. HEX triplet: 01, BD and C5. RGB value is (1,189,197). Sum of RGB (Red+Green+Blue) = 1+189+197=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 197 (77.34% from 255 or 50.90% from 387); Max value from RGB is 197 - color contains mainly: blue. Hex color #01BDC5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BDC5 is #FE423A. Grayscale: #858585. Windows color (decimal): -16663099 or 12958977. OLE color: 12958977.
HSL color Cylindrical-coordinate representation of color #01BDC5: hue angle of 182.45º 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 #01BDC5 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 1 | 189 | 197 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.23 |
| HSL | 182.45º | 0.99% | 0.39% | - |
| HSV(B) | 182.45º | 0.99% | 0.77% | - |
| XYZ | 28.29 | 40.43 | 59.14 | - |
| YUV | 133.7 | 163.72 | 33.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 189 | 197 | 0.99 | 0.04 | 0 | 0.23 | 182.45 | 0.99 | 0.39 |
| Hex | 1 | BD | C5 | 63 | 4 | 0 | 17 | B6 | 63 | 27 |
| Octal | 1 | 275 | 305 | 143 | 4 | 0 | 27 | 266 | 143 | 47 |
| Binary | 1 | 10111101 | 11000101 | 1100011 | 100 | 0 | 10111 | 10110110 | 1100011 | 100111 |
Color Harmonies of #01BDC5
Complementary color
Monochromatic Colors of #01BDC5
Black with #01BDC5
Text Example
Text Example
White with #01BDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BDC5; }
p { color: rgb(1,189,197); }
H1.HeaderClassName
{
color: #01BDC5;
}
.AnyTagClassName
{
color: #01BDC5;
}
</style>
background-color css
<style>
a { background-color: #01BDC5; }
a { background-color: rgb(1,189,197); }
div.DivClassName
{
background-color: #01BDC5;
}
.BgClassName
{
background-color: #01BDC5;
}
</style>
border-color css
<style>
span { border-color: #01BDC5; }
span { border-color: rgb(1,189,197); }
td.TdClassName
{
border-color: #01BDC5;
}
.TagClassName
{
border-color: #01BDC5;
}
</style>