Shades of Iris Blue #01B7BD
Tints of Iris Blue #01B7BD
RGB
CMYK
RGB Variations
Color information
#01B7BD (or 0x01B7BD) is known color: Iris Blue. HEX triplet: 01, B7 and BD. RGB value is (1,183,189). Sum of RGB (Red+Green+Blue) = 1+183+189=373 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #01B7BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01B7BD is #FE4842. Grayscale: #818181. Windows color (decimal): -16664643 or 12433153. OLE color: 12433153.
HSL color Cylindrical-coordinate representation of color #01B7BD: hue angle of 181.91º 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 #01B7BD is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 183 | 189 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.26 |
| HSL | 181.91º | 0.99% | 0.37% | - |
| HSV(B) | 181.91º | 0.99% | 0.74% | - |
| XYZ | 26.13 | 37.55 | 54.01 | - |
| YUV | 129.27 | 161.7 | 36.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 183 | 189 | 0.99 | 0.03 | 0 | 0.26 | 181.91 | 0.99 | 0.37 |
| Hex | 1 | B7 | BD | 63 | 3 | 0 | 1A | B6 | 63 | 25 |
| Octal | 1 | 267 | 275 | 143 | 3 | 0 | 32 | 266 | 143 | 45 |
| Binary | 1 | 10110111 | 10111101 | 1100011 | 11 | 0 | 11010 | 10110110 | 1100011 | 100101 |
Color Harmonies of #01B7BD
Complementary color
Monochromatic Colors of #01B7BD
Black with #01B7BD
Text Example
Text Example
White with #01B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B7BD; }
p { color: rgb(1,183,189); }
H1.HeaderClassName
{
color: #01B7BD;
}
.AnyTagClassName
{
color: #01B7BD;
}
</style>
background-color css
<style>
a { background-color: #01B7BD; }
a { background-color: rgb(1,183,189); }
div.DivClassName
{
background-color: #01B7BD;
}
.BgClassName
{
background-color: #01B7BD;
}
</style>
border-color css
<style>
span { border-color: #01B7BD; }
span { border-color: rgb(1,183,189); }
td.TdClassName
{
border-color: #01B7BD;
}
.TagClassName
{
border-color: #01B7BD;
}
</style>