Shades of Iris Blue #00BFC4
Tints of Iris Blue #00BFC4
RGB
CMYK
RGB Variations
Color information
#00BFC4 (or 0x00BFC4) is known color: Iris Blue. HEX triplet: 00, BF and C4. RGB value is (0,191,196). Sum of RGB (Red+Green+Blue) = 0+191+196=387 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 196 (76.95% from 255 or 50.65% from 387); Max value from RGB is 196 - color contains mainly: blue. Hex color #00BFC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00BFC4 is #FF403B. Grayscale: #868686. Windows color (decimal): -16728124 or 12893952. OLE color: 12893952.
HSL color Cylindrical-coordinate representation of color #00BFC4: hue angle of 181.53º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFC4 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 191 | 196 | - |
| CMYK | 1 | 0.03 | 0 | 0.23 |
| HSL | 181.53º | 1% | 0.38% | - |
| HSV(B) | 181.53º | 1% | 0.77% | - |
| XYZ | 28.59 | 41.25 | 58.68 | - |
| YUV | 134.46 | 162.72 | 32.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 196 | 1 | 0.03 | 0 | 0.23 | 181.53 | 1 | 0.38 |
| Hex | 0 | BF | C4 | 64 | 3 | 0 | 17 | B6 | 64 | 26 |
| Octal | 0 | 277 | 304 | 144 | 3 | 0 | 27 | 266 | 144 | 46 |
| Binary | 0 | 10111111 | 11000100 | 1100100 | 11 | 0 | 10111 | 10110110 | 1100100 | 100110 |
Color Harmonies of #00BFC4
Complementary color
Monochromatic Colors of #00BFC4
Black with #00BFC4
Text Example
Text Example
White with #00BFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BFC4; }
p { color: rgb(0,191,196); }
H1.HeaderClassName
{
color: #00BFC4;
}
.AnyTagClassName
{
color: #00BFC4;
}
</style>
background-color css
<style>
a { background-color: #00BFC4; }
a { background-color: rgb(0,191,196); }
div.DivClassName
{
background-color: #00BFC4;
}
.BgClassName
{
background-color: #00BFC4;
}
</style>
border-color css
<style>
span { border-color: #00BFC4; }
span { border-color: rgb(0,191,196); }
td.TdClassName
{
border-color: #00BFC4;
}
.TagClassName
{
border-color: #00BFC4;
}
</style>