Shades of Iris Blue #00B7CE
Tints of Iris Blue #00B7CE
RGB
CMYK
RGB Variations
Color information
#00B7CE (or 0x00B7CE) is known color: Iris Blue. HEX triplet: 00, B7 and CE. RGB value is (0,183,206). Sum of RGB (Red+Green+Blue) = 0+183+206=389 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #00B7CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B7CE is #FF4831. Grayscale: #828282. Windows color (decimal): -16730162 or 13547264. OLE color: 13547264.
HSL color Cylindrical-coordinate representation of color #00B7CE: hue angle of 186.7º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B7CE is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 183 | 206 | - |
| CMYK | 1 | 0.11 | 0 | 0.19 |
| HSL | 186.7º | 1% | 0.4% | - |
| HSV(B) | 186.7º | 1% | 0.81% | - |
| XYZ | 28.07 | 38.32 | 64.31 | - |
| YUV | 130.91 | 170.37 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 206 | 1 | 0.11 | 0 | 0.19 | 186.7 | 1 | 0.4 |
| Hex | 0 | B7 | CE | 64 | B | 0 | 13 | BB | 64 | 28 |
| Octal | 0 | 267 | 316 | 144 | 13 | 0 | 23 | 273 | 144 | 50 |
| Binary | 0 | 10110111 | 11001110 | 1100100 | 1011 | 0 | 10011 | 10111011 | 1100100 | 101000 |
Color Harmonies of #00B7CE
Complementary color
Monochromatic Colors of #00B7CE
Black with #00B7CE
Text Example
Text Example
White with #00B7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B7CE; }
p { color: rgb(0,183,206); }
H1.HeaderClassName
{
color: #00B7CE;
}
.AnyTagClassName
{
color: #00B7CE;
}
</style>
background-color css
<style>
a { background-color: #00B7CE; }
a { background-color: rgb(0,183,206); }
div.DivClassName
{
background-color: #00B7CE;
}
.BgClassName
{
background-color: #00B7CE;
}
</style>
border-color css
<style>
span { border-color: #00B7CE; }
span { border-color: rgb(0,183,206); }
td.TdClassName
{
border-color: #00B7CE;
}
.TagClassName
{
border-color: #00B7CE;
}
</style>