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