Shades of Iris Blue #01B7CB
Tints of Iris Blue #01B7CB
RGB
CMYK
RGB Variations
Color information
#01B7CB (or 0x01B7CB) is known color: Iris Blue. HEX triplet: 01, B7 and CB. RGB value is (1,183,203). Sum of RGB (Red+Green+Blue) = 1+183+203=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #01B7CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01B7CB is #FE4834. Grayscale: #828282. Windows color (decimal): -16664629 or 13350657. OLE color: 13350657.
HSL color Cylindrical-coordinate representation of color #01B7CB: hue angle of 185.94º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01B7CB is Cyan = 1.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 183 | 203 | - |
| CMYK | 1.00 | 0.10 | 0 | 0.20 |
| HSL | 185.94º | 0.99% | 0.4% | - |
| HSV(B) | 185.94º | 1% | 0.8% | - |
| XYZ | 27.73 | 38.19 | 62.41 | - |
| YUV | 130.86 | 168.7 | 35.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 183 | 203 | 1.00 | 0.10 | 0 | 0.20 | 185.94 | 0.99 | 0.4 |
| Hex | 1 | B7 | CB | 64 | A | 0 | 14 | BA | 63 | 28 |
| Octal | 1 | 267 | 313 | 144 | 12 | 0 | 24 | 272 | 143 | 50 |
| Binary | 1 | 10110111 | 11001011 | 1100100 | 1010 | 0 | 10100 | 10111010 | 1100011 | 101000 |
Color Harmonies of #01B7CB
Complementary color
Monochromatic Colors of #01B7CB
Black with #01B7CB
Text Example
Text Example
White with #01B7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B7CB; }
p { color: rgb(1,183,203); }
H1.HeaderClassName
{
color: #01B7CB;
}
.AnyTagClassName
{
color: #01B7CB;
}
</style>
background-color css
<style>
a { background-color: #01B7CB; }
a { background-color: rgb(1,183,203); }
div.DivClassName
{
background-color: #01B7CB;
}
.BgClassName
{
background-color: #01B7CB;
}
</style>
border-color css
<style>
span { border-color: #01B7CB; }
span { border-color: rgb(1,183,203); }
td.TdClassName
{
border-color: #01B7CB;
}
.TagClassName
{
border-color: #01B7CB;
}
</style>