Shades of Iris Blue #00BFB3
Tints of Iris Blue #00BFB3
RGB
CMYK
RGB Variations
Color information
#00BFB3 (or 0x00BFB3) is known color: Iris Blue. HEX triplet: 00, BF and B3. RGB value is (0,191,179). Sum of RGB (Red+Green+Blue) = 0+191+179=370 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 370); Green value is 191 (75% from 255 or 51.62% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 191 - color contains mainly: green. Hex color #00BFB3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFB3 is #FF404C. Grayscale: #848484. Windows color (decimal): -16728141 or 11779840. OLE color: 11779840.
HSL color Cylindrical-coordinate representation of color #00BFB3: hue angle of 176.23º 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 #00BFB3 is Cyan = 1, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 0 | 191 | 179 | - |
| CMYK | 1 | 0 | 0.06 | 0.25 |
| HSL | 176.23º | 1% | 0.37% | - |
| HSV(B) | 176.23º | 1% | 0.75% | - |
| XYZ | 26.77 | 40.52 | 49.06 | - |
| YUV | 132.52 | 154.22 | 33.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 179 | 1 | 0 | 0.06 | 0.25 | 176.23 | 1 | 0.37 |
| Hex | 0 | BF | B3 | 64 | 0 | 6 | 19 | B0 | 64 | 25 |
| Octal | 0 | 277 | 263 | 144 | 0 | 6 | 31 | 260 | 144 | 45 |
| Binary | 0 | 10111111 | 10110011 | 1100100 | 0 | 110 | 11001 | 10110000 | 1100100 | 100101 |
Color Harmonies of #00BFB3
Complementary color
Monochromatic Colors of #00BFB3
Black with #00BFB3
Text Example
Text Example
White with #00BFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BFB3; }
p { color: rgb(0,191,179); }
H1.HeaderClassName
{
color: #00BFB3;
}
.AnyTagClassName
{
color: #00BFB3;
}
</style>
background-color css
<style>
a { background-color: #00BFB3; }
a { background-color: rgb(0,191,179); }
div.DivClassName
{
background-color: #00BFB3;
}
.BgClassName
{
background-color: #00BFB3;
}
</style>
border-color css
<style>
span { border-color: #00BFB3; }
span { border-color: rgb(0,191,179); }
td.TdClassName
{
border-color: #00BFB3;
}
.TagClassName
{
border-color: #00BFB3;
}
</style>