Shades of Iris Blue #00B5CE
Tints of Iris Blue #00B5CE
RGB
CMYK
RGB Variations
Color information
#00B5CE (or 0x00B5CE) is known color: Iris Blue. HEX triplet: 00, B5 and CE. RGB value is (0,181,206). Sum of RGB (Red+Green+Blue) = 0+181+206=387 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #00B5CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B5CE is #FF4A31. Grayscale: #818181. Windows color (decimal): -16730674 or 13546752. OLE color: 13546752.
HSL color Cylindrical-coordinate representation of color #00B5CE: hue angle of 187.28º 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 #00B5CE is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 181 | 206 | - |
| CMYK | 1 | 0.12 | 0 | 0.19 |
| HSL | 187.28º | 1% | 0.4% | - |
| HSV(B) | 187.28º | 1% | 0.81% | - |
| XYZ | 27.66 | 37.5 | 64.17 | - |
| YUV | 129.73 | 171.03 | 35.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 206 | 1 | 0.12 | 0 | 0.19 | 187.28 | 1 | 0.4 |
| Hex | 0 | B5 | CE | 64 | C | 0 | 13 | BB | 64 | 28 |
| Octal | 0 | 265 | 316 | 144 | 14 | 0 | 23 | 273 | 144 | 50 |
| Binary | 0 | 10110101 | 11001110 | 1100100 | 1100 | 0 | 10011 | 10111011 | 1100100 | 101000 |
Color Harmonies of #00B5CE
Complementary color
Monochromatic Colors of #00B5CE
Black with #00B5CE
Text Example
Text Example
White with #00B5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B5CE; }
p { color: rgb(0,181,206); }
H1.HeaderClassName
{
color: #00B5CE;
}
.AnyTagClassName
{
color: #00B5CE;
}
</style>
background-color css
<style>
a { background-color: #00B5CE; }
a { background-color: rgb(0,181,206); }
div.DivClassName
{
background-color: #00B5CE;
}
.BgClassName
{
background-color: #00B5CE;
}
</style>
border-color css
<style>
span { border-color: #00B5CE; }
span { border-color: rgb(0,181,206); }
td.TdClassName
{
border-color: #00B5CE;
}
.TagClassName
{
border-color: #00B5CE;
}
</style>