Shades of Iris Blue #01B7BB
Tints of Iris Blue #01B7BB
RGB
CMYK
RGB Variations
Color information
#01B7BB (or 0x01B7BB) is known color: Iris Blue. HEX triplet: 01, B7 and BB. RGB value is (1,183,187). Sum of RGB (Red+Green+Blue) = 1+183+187=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #01B7BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01B7BB is #FE4844. Grayscale: #808080. Windows color (decimal): -16664645 or 12302081. OLE color: 12302081.
HSL color Cylindrical-coordinate representation of color #01B7BB: hue angle of 181.29º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B7BB is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 183 | 187 | - |
| CMYK | 0.99 | 0.02 | 0 | 0.27 |
| HSL | 181.29º | 0.99% | 0.37% | - |
| HSV(B) | 181.29º | 0.99% | 0.73% | - |
| XYZ | 25.92 | 37.46 | 52.88 | - |
| YUV | 129.04 | 160.7 | 36.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 183 | 187 | 0.99 | 0.02 | 0 | 0.27 | 181.29 | 0.99 | 0.37 |
| Hex | 1 | B7 | BB | 63 | 2 | 0 | 1B | B5 | 63 | 25 |
| Octal | 1 | 267 | 273 | 143 | 2 | 0 | 33 | 265 | 143 | 45 |
| Binary | 1 | 10110111 | 10111011 | 1100011 | 10 | 0 | 11011 | 10110101 | 1100011 | 100101 |
Color Harmonies of #01B7BB
Complementary color
Monochromatic Colors of #01B7BB
Black with #01B7BB
Text Example
Text Example
White with #01B7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B7BB; }
p { color: rgb(1,183,187); }
H1.HeaderClassName
{
color: #01B7BB;
}
.AnyTagClassName
{
color: #01B7BB;
}
</style>
background-color css
<style>
a { background-color: #01B7BB; }
a { background-color: rgb(1,183,187); }
div.DivClassName
{
background-color: #01B7BB;
}
.BgClassName
{
background-color: #01B7BB;
}
</style>
border-color css
<style>
span { border-color: #01B7BB; }
span { border-color: rgb(1,183,187); }
td.TdClassName
{
border-color: #01B7BB;
}
.TagClassName
{
border-color: #01B7BB;
}
</style>