Shades of Iris Blue #00BFCF
Tints of Iris Blue #00BFCF
RGB
CMYK
RGB Variations
Color information
#00BFCF (or 0x00BFCF) is known color: Iris Blue. HEX triplet: 00, BF and CF. RGB value is (0,191,207). Sum of RGB (Red+Green+Blue) = 0+191+207=398 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 398); Green value is 191 (75% from 255 or 47.99% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #00BFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFCF is #FF4030. Grayscale: #878787. Windows color (decimal): -16728113 or 13614848. OLE color: 13614848.
HSL color Cylindrical-coordinate representation of color #00BFCF: hue angle of 184.64º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFCF is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 191 | 207 | - |
| CMYK | 1 | 0.08 | 0 | 0.19 |
| HSL | 184.64º | 1% | 0.41% | - |
| HSV(B) | 184.64º | 1% | 0.81% | - |
| XYZ | 29.89 | 41.77 | 65.52 | - |
| YUV | 135.72 | 168.22 | 31.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 207 | 1 | 0.08 | 0 | 0.19 | 184.64 | 1 | 0.41 |
| Hex | 0 | BF | CF | 64 | 8 | 0 | 13 | B9 | 64 | 29 |
| Octal | 0 | 277 | 317 | 144 | 10 | 0 | 23 | 271 | 144 | 51 |
| Binary | 0 | 10111111 | 11001111 | 1100100 | 1000 | 0 | 10011 | 10111001 | 1100100 | 101001 |
Color Harmonies of #00BFCF
Complementary color
Monochromatic Colors of #00BFCF
Black with #00BFCF
Text Example
Text Example
White with #00BFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BFCF; }
p { color: rgb(0,191,207); }
H1.HeaderClassName
{
color: #00BFCF;
}
.AnyTagClassName
{
color: #00BFCF;
}
</style>
background-color css
<style>
a { background-color: #00BFCF; }
a { background-color: rgb(0,191,207); }
div.DivClassName
{
background-color: #00BFCF;
}
.BgClassName
{
background-color: #00BFCF;
}
</style>
border-color css
<style>
span { border-color: #00BFCF; }
span { border-color: rgb(0,191,207); }
td.TdClassName
{
border-color: #00BFCF;
}
.TagClassName
{
border-color: #00BFCF;
}
</style>