Shades of Iris Blue #00BFC1
Tints of Iris Blue #00BFC1
RGB
CMYK
RGB Variations
Color information
#00BFC1 (or 0x00BFC1) is known color: Iris Blue. HEX triplet: 00, BF and C1. RGB value is (0,191,193). Sum of RGB (Red+Green+Blue) = 0+191+193=384 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 193 (75.78% from 255 or 50.26% from 384); Max value from RGB is 193 - color contains mainly: blue. Hex color #00BFC1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFC1 is #FF403E. Grayscale: #858585. Windows color (decimal): -16728127 or 12697344. OLE color: 12697344.
HSL color Cylindrical-coordinate representation of color #00BFC1: hue angle of 180.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFC1 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 191 | 193 | - |
| CMYK | 1 | 0.01 | 0 | 0.24 |
| HSL | 180.62º | 1% | 0.38% | - |
| HSV(B) | 180.62º | 1% | 0.76% | - |
| XYZ | 28.26 | 41.11 | 56.9 | - |
| YUV | 134.12 | 161.22 | 32.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 193 | 1 | 0.01 | 0 | 0.24 | 180.62 | 1 | 0.38 |
| Hex | 0 | BF | C1 | 64 | 1 | 0 | 18 | B5 | 64 | 26 |
| Octal | 0 | 277 | 301 | 144 | 1 | 0 | 30 | 265 | 144 | 46 |
| Binary | 0 | 10111111 | 11000001 | 1100100 | 1 | 0 | 11000 | 10110101 | 1100100 | 100110 |
Color Harmonies of #00BFC1
Complementary color
Monochromatic Colors of #00BFC1
Black with #00BFC1
Text Example
Text Example
White with #00BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BFC1; }
p { color: rgb(0,191,193); }
H1.HeaderClassName
{
color: #00BFC1;
}
.AnyTagClassName
{
color: #00BFC1;
}
</style>
background-color css
<style>
a { background-color: #00BFC1; }
a { background-color: rgb(0,191,193); }
div.DivClassName
{
background-color: #00BFC1;
}
.BgClassName
{
background-color: #00BFC1;
}
</style>
border-color css
<style>
span { border-color: #00BFC1; }
span { border-color: rgb(0,191,193); }
td.TdClassName
{
border-color: #00BFC1;
}
.TagClassName
{
border-color: #00BFC1;
}
</style>