Shades of Iris Blue #00BFBF
Tints of Iris Blue #00BFBF
RGB
CMYK
RGB Variations
Color information
#00BFBF (or 0x00BFBF) is known color: Iris Blue. HEX triplet: 00, BF and BF. RGB value is (0,191,191). Sum of RGB (Red+Green+Blue) = 0+191+191=382 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 382); Green value is 191 (75% from 255 or 50% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #00BFBF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFBF is #FF4040. Grayscale: #858585. Windows color (decimal): -16728129 or 12566272. OLE color: 12566272.
HSL color Cylindrical-coordinate representation of color #00BFBF: hue angle of 180º 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 #00BFBF is Cyan = 1, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 0 | 191 | 191 | - |
CMYK | 1 | 0 | 0 | 0.25 |
HSL | 180º | 1% | 0.37% | - |
HSV(B) | 180º | 1% | 0.75% | - |
XYZ | 28.03 | 41.02 | 55.73 | - |
YUV | 133.89 | 160.22 | 32.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 191 | 191 | 1 | 0 | 0 | 0.25 | 180 | 1 | 0.37 |
Hex | 0 | BF | BF | 64 | 0 | 0 | 19 | B4 | 64 | 25 |
Octal | 0 | 277 | 277 | 144 | 0 | 0 | 31 | 264 | 144 | 45 |
Binary | 0 | 10111111 | 10111111 | 1100100 | 0 | 0 | 11001 | 10110100 | 1100100 | 100101 |
Color Harmonies of #00BFBF
Complementary color
Monochromatic Colors of #00BFBF
Black with #00BFBF
Text Example
Text Example
White with #00BFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BFBF; }
p { color: rgb(0,191,191); }
H1.HeaderClassName
{
color: #00BFBF;
}
.AnyTagClassName
{
color: #00BFBF;
}
</style>
background-color css
<style>
a { background-color: #00BFBF; }
a { background-color: rgb(0,191,191); }
div.DivClassName
{
background-color: #00BFBF;
}
.BgClassName
{
background-color: #00BFBF;
}
</style>
border-color css
<style>
span { border-color: #00BFBF; }
span { border-color: rgb(0,191,191); }
td.TdClassName
{
border-color: #00BFBF;
}
.TagClassName
{
border-color: #00BFBF;
}
</style>