Shades of Iris Blue #00BFCE
Tints of Iris Blue #00BFCE
RGB
CMYK
RGB Variations
Color information
#00BFCE (or 0x00BFCE) is known color: Iris Blue. HEX triplet: 00, BF and CE. RGB value is (0,191,206). Sum of RGB (Red+Green+Blue) = 0+191+206=397 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #00BFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFCE is #FF4031. Grayscale: #878787. Windows color (decimal): -16728114 or 13549312. OLE color: 13549312.
HSL color Cylindrical-coordinate representation of color #00BFCE: hue angle of 184.37º 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 #00BFCE is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 191 | 206 | - |
| CMYK | 1 | 0.07 | 0 | 0.19 |
| HSL | 184.37º | 1% | 0.4% | - |
| HSV(B) | 184.37º | 1% | 0.81% | - |
| XYZ | 29.77 | 41.72 | 64.88 | - |
| YUV | 135.6 | 167.72 | 31.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 206 | 1 | 0.07 | 0 | 0.19 | 184.37 | 1 | 0.4 |
| Hex | 0 | BF | CE | 64 | 7 | 0 | 13 | B8 | 64 | 28 |
| Octal | 0 | 277 | 316 | 144 | 7 | 0 | 23 | 270 | 144 | 50 |
| Binary | 0 | 10111111 | 11001110 | 1100100 | 111 | 0 | 10011 | 10111000 | 1100100 | 101000 |
Color Harmonies of #00BFCE
Complementary color
Monochromatic Colors of #00BFCE
Black with #00BFCE
Text Example
Text Example
White with #00BFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BFCE; }
p { color: rgb(0,191,206); }
H1.HeaderClassName
{
color: #00BFCE;
}
.AnyTagClassName
{
color: #00BFCE;
}
</style>
background-color css
<style>
a { background-color: #00BFCE; }
a { background-color: rgb(0,191,206); }
div.DivClassName
{
background-color: #00BFCE;
}
.BgClassName
{
background-color: #00BFCE;
}
</style>
border-color css
<style>
span { border-color: #00BFCE; }
span { border-color: rgb(0,191,206); }
td.TdClassName
{
border-color: #00BFCE;
}
.TagClassName
{
border-color: #00BFCE;
}
</style>