Shades of Iris Blue #01BFD1
Tints of Iris Blue #01BFD1
RGB
CMYK
RGB Variations
Color information
#01BFD1 (or 0x01BFD1) is known color: Iris Blue. HEX triplet: 01, BF and D1. RGB value is (1,191,209). Sum of RGB (Red+Green+Blue) = 1+191+209=401 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 209 (82.03% from 255 or 52.12% from 401); Max value from RGB is 209 - color contains mainly: blue. Hex color #01BFD1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BFD1 is #FE402E. Grayscale: #878787. Windows color (decimal): -16662575 or 13745921. OLE color: 13745921.
HSL color Cylindrical-coordinate representation of color #01BFD1: hue angle of 185.19º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BFD1 is Cyan = 1.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 191 | 209 | - |
| CMYK | 1.00 | 0.09 | 0 | 0.18 |
| HSL | 185.19º | 0.99% | 0.41% | - |
| HSV(B) | 185.19º | 1% | 0.82% | - |
| XYZ | 30.15 | 41.87 | 66.81 | - |
| YUV | 136.24 | 169.05 | 31.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 209 | 1.00 | 0.09 | 0 | 0.18 | 185.19 | 0.99 | 0.41 |
| Hex | 1 | BF | D1 | 64 | 9 | 0 | 12 | B9 | 63 | 29 |
| Octal | 1 | 277 | 321 | 144 | 11 | 0 | 22 | 271 | 143 | 51 |
| Binary | 1 | 10111111 | 11010001 | 1100100 | 1001 | 0 | 10010 | 10111001 | 1100011 | 101001 |
Color Harmonies of #01BFD1
Complementary color
Monochromatic Colors of #01BFD1
Black with #01BFD1
Text Example
Text Example
White with #01BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BFD1; }
p { color: rgb(1,191,209); }
H1.HeaderClassName
{
color: #01BFD1;
}
.AnyTagClassName
{
color: #01BFD1;
}
</style>
background-color css
<style>
a { background-color: #01BFD1; }
a { background-color: rgb(1,191,209); }
div.DivClassName
{
background-color: #01BFD1;
}
.BgClassName
{
background-color: #01BFD1;
}
</style>
border-color css
<style>
span { border-color: #01BFD1; }
span { border-color: rgb(1,191,209); }
td.TdClassName
{
border-color: #01BFD1;
}
.TagClassName
{
border-color: #01BFD1;
}
</style>