Shades of Iris Blue #00B6CE
Tints of Iris Blue #00B6CE
RGB
CMYK
RGB Variations
Color information
#00B6CE (or 0x00B6CE) is known color: Iris Blue. HEX triplet: 00, B6 and CE. RGB value is (0,182,206). Sum of RGB (Red+Green+Blue) = 0+182+206=388 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #00B6CE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00B6CE is #FF4931. Grayscale: #828282. Windows color (decimal): -16730418 or 13547008. OLE color: 13547008.
HSL color Cylindrical-coordinate representation of color #00B6CE: hue angle of 186.99º 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 #00B6CE is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 182 | 206 | - |
| CMYK | 1 | 0.12 | 0 | 0.19 |
| HSL | 186.99º | 1% | 0.4% | - |
| HSV(B) | 186.99º | 1% | 0.81% | - |
| XYZ | 27.87 | 37.91 | 64.24 | - |
| YUV | 130.32 | 170.7 | 35.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 182 | 206 | 1 | 0.12 | 0 | 0.19 | 186.99 | 1 | 0.4 |
| Hex | 0 | B6 | CE | 64 | C | 0 | 13 | BB | 64 | 28 |
| Octal | 0 | 266 | 316 | 144 | 14 | 0 | 23 | 273 | 144 | 50 |
| Binary | 0 | 10110110 | 11001110 | 1100100 | 1100 | 0 | 10011 | 10111011 | 1100100 | 101000 |
Color Harmonies of #00B6CE
Complementary color
Monochromatic Colors of #00B6CE
Black with #00B6CE
Text Example
Text Example
White with #00B6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B6CE; }
p { color: rgb(0,182,206); }
H1.HeaderClassName
{
color: #00B6CE;
}
.AnyTagClassName
{
color: #00B6CE;
}
</style>
background-color css
<style>
a { background-color: #00B6CE; }
a { background-color: rgb(0,182,206); }
div.DivClassName
{
background-color: #00B6CE;
}
.BgClassName
{
background-color: #00B6CE;
}
</style>
border-color css
<style>
span { border-color: #00B6CE; }
span { border-color: rgb(0,182,206); }
td.TdClassName
{
border-color: #00B6CE;
}
.TagClassName
{
border-color: #00B6CE;
}
</style>