Shades of Iris Blue #00BFBB
Tints of Iris Blue #00BFBB
RGB
CMYK
RGB Variations
Color information
#00BFBB (or 0x00BFBB) is known color: Iris Blue. HEX triplet: 00, BF and BB. RGB value is (0,191,187). Sum of RGB (Red+Green+Blue) = 0+191+187=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 191 (75% from 255 or 50.53% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 191 - color contains mainly: green. Hex color #00BFBB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFBB is #FF4044. Grayscale: #858585. Windows color (decimal): -16728133 or 12304128. OLE color: 12304128.
HSL color Cylindrical-coordinate representation of color #00BFBB: hue angle of 178.74º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFBB is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 191 | 187 | - |
| CMYK | 1 | 0 | 0.02 | 0.25 |
| HSL | 178.74º | 1% | 0.37% | - |
| HSV(B) | 178.74º | 1% | 0.75% | - |
| XYZ | 27.6 | 40.85 | 53.44 | - |
| YUV | 133.44 | 158.22 | 32.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 187 | 1 | 0 | 0.02 | 0.25 | 178.74 | 1 | 0.37 |
| Hex | 0 | BF | BB | 64 | 0 | 2 | 19 | B3 | 64 | 25 |
| Octal | 0 | 277 | 273 | 144 | 0 | 2 | 31 | 263 | 144 | 45 |
| Binary | 0 | 10111111 | 10111011 | 1100100 | 0 | 10 | 11001 | 10110011 | 1100100 | 100101 |
Color Harmonies of #00BFBB
Complementary color
Monochromatic Colors of #00BFBB
Black with #00BFBB
Text Example
Text Example
White with #00BFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BFBB; }
p { color: rgb(0,191,187); }
H1.HeaderClassName
{
color: #00BFBB;
}
.AnyTagClassName
{
color: #00BFBB;
}
</style>
background-color css
<style>
a { background-color: #00BFBB; }
a { background-color: rgb(0,191,187); }
div.DivClassName
{
background-color: #00BFBB;
}
.BgClassName
{
background-color: #00BFBB;
}
</style>
border-color css
<style>
span { border-color: #00BFBB; }
span { border-color: rgb(0,191,187); }
td.TdClassName
{
border-color: #00BFBB;
}
.TagClassName
{
border-color: #00BFBB;
}
</style>