Shades of Iris Blue #01BDB7
Tints of Iris Blue #01BDB7
RGB
CMYK
RGB Variations
Color information
#01BDB7 (or 0x01BDB7) is known color: Iris Blue. HEX triplet: 01, BD and B7. RGB value is (1,189,183). Sum of RGB (Red+Green+Blue) = 1+189+183=373 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 183 (71.88% from 255 or 49.06% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #01BDB7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BDB7 is #FE4248. Grayscale: #838383. Windows color (decimal): -16663113 or 12041473. OLE color: 12041473.
HSL color Cylindrical-coordinate representation of color #01BDB7: hue angle of 178.09º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BDB7 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 189 | 183 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.26 |
| HSL | 178.09º | 0.99% | 0.37% | - |
| HSV(B) | 178.09º | 0.99% | 0.74% | - |
| XYZ | 26.76 | 39.82 | 51.08 | - |
| YUV | 132.1 | 156.72 | 34.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 189 | 183 | 0.99 | 0 | 0.03 | 0.26 | 178.09 | 0.99 | 0.37 |
| Hex | 1 | BD | B7 | 63 | 0 | 3 | 1A | B2 | 63 | 25 |
| Octal | 1 | 275 | 267 | 143 | 0 | 3 | 32 | 262 | 143 | 45 |
| Binary | 1 | 10111101 | 10110111 | 1100011 | 0 | 11 | 11010 | 10110010 | 1100011 | 100101 |
Color Harmonies of #01BDB7
Complementary color
Monochromatic Colors of #01BDB7
Black with #01BDB7
Text Example
Text Example
White with #01BDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BDB7; }
p { color: rgb(1,189,183); }
H1.HeaderClassName
{
color: #01BDB7;
}
.AnyTagClassName
{
color: #01BDB7;
}
</style>
background-color css
<style>
a { background-color: #01BDB7; }
a { background-color: rgb(1,189,183); }
div.DivClassName
{
background-color: #01BDB7;
}
.BgClassName
{
background-color: #01BDB7;
}
</style>
border-color css
<style>
span { border-color: #01BDB7; }
span { border-color: rgb(1,189,183); }
td.TdClassName
{
border-color: #01BDB7;
}
.TagClassName
{
border-color: #01BDB7;
}
</style>