Shades of Iris Blue #00BFC9
Tints of Iris Blue #00BFC9
RGB
CMYK
RGB Variations
Color information
#00BFC9 (or 0x00BFC9) is known color: Iris Blue. HEX triplet: 00, BF and C9. RGB value is (0,191,201). Sum of RGB (Red+Green+Blue) = 0+191+201=392 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 201 (78.91% from 255 or 51.28% from 392); Max value from RGB is 201 - color contains mainly: blue. Hex color #00BFC9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFC9 is #FF4036. Grayscale: #868686. Windows color (decimal): -16728119 or 13221632. OLE color: 13221632.
HSL color Cylindrical-coordinate representation of color #00BFC9: hue angle of 182.99º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFC9 is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 0 | 191 | 201 | - |
| CMYK | 1 | 0.05 | 0 | 0.21 |
| HSL | 182.99º | 1% | 0.39% | - |
| HSV(B) | 182.99º | 1% | 0.79% | - |
| XYZ | 29.17 | 41.48 | 61.73 | - |
| YUV | 135.03 | 165.22 | 31.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 201 | 1 | 0.05 | 0 | 0.21 | 182.99 | 1 | 0.39 |
| Hex | 0 | BF | C9 | 64 | 5 | 0 | 15 | B7 | 64 | 27 |
| Octal | 0 | 277 | 311 | 144 | 5 | 0 | 25 | 267 | 144 | 47 |
| Binary | 0 | 10111111 | 11001001 | 1100100 | 101 | 0 | 10101 | 10110111 | 1100100 | 100111 |
Color Harmonies of #00BFC9
Complementary color
Monochromatic Colors of #00BFC9
Black with #00BFC9
Text Example
Text Example
White with #00BFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BFC9; }
p { color: rgb(0,191,201); }
H1.HeaderClassName
{
color: #00BFC9;
}
.AnyTagClassName
{
color: #00BFC9;
}
</style>
background-color css
<style>
a { background-color: #00BFC9; }
a { background-color: rgb(0,191,201); }
div.DivClassName
{
background-color: #00BFC9;
}
.BgClassName
{
background-color: #00BFC9;
}
</style>
border-color css
<style>
span { border-color: #00BFC9; }
span { border-color: rgb(0,191,201); }
td.TdClassName
{
border-color: #00BFC9;
}
.TagClassName
{
border-color: #00BFC9;
}
</style>