Shades of Iris Blue #01BED6
Tints of Iris Blue #01BED6
RGB
CMYK
RGB Variations
Color information
#01BED6 (or 0x01BED6) is known color: Iris Blue. HEX triplet: 01, BE and D6. RGB value is (1,190,214). Sum of RGB (Red+Green+Blue) = 1+190+214=405 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 214 (83.98% from 255 or 52.84% from 405); Max value from RGB is 214 - color contains mainly: blue. Hex color #01BED6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BED6 is #FE4129. Grayscale: #878787. Windows color (decimal): -16662826 or 14073345. OLE color: 14073345.
HSL color Cylindrical-coordinate representation of color #01BED6: hue angle of 186.76º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BED6 is Cyan = 1.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 190 | 214 | - |
| CMYK | 1.00 | 0.11 | 0 | 0.16 |
| HSL | 186.76º | 0.99% | 0.42% | - |
| HSV(B) | 186.76º | 1% | 0.84% | - |
| XYZ | 30.56 | 41.69 | 70.05 | - |
| YUV | 136.23 | 171.88 | 31.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 190 | 214 | 1.00 | 0.11 | 0 | 0.16 | 186.76 | 0.99 | 0.42 |
| Hex | 1 | BE | D6 | 64 | B | 0 | 10 | BB | 63 | 2A |
| Octal | 1 | 276 | 326 | 144 | 13 | 0 | 20 | 273 | 143 | 52 |
| Binary | 1 | 10111110 | 11010110 | 1100100 | 1011 | 0 | 10000 | 10111011 | 1100011 | 101010 |
Color Harmonies of #01BED6
Complementary color
Monochromatic Colors of #01BED6
Black with #01BED6
Text Example
Text Example
White with #01BED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BED6; }
p { color: rgb(1,190,214); }
H1.HeaderClassName
{
color: #01BED6;
}
.AnyTagClassName
{
color: #01BED6;
}
</style>
background-color css
<style>
a { background-color: #01BED6; }
a { background-color: rgb(1,190,214); }
div.DivClassName
{
background-color: #01BED6;
}
.BgClassName
{
background-color: #01BED6;
}
</style>
border-color css
<style>
span { border-color: #01BED6; }
span { border-color: rgb(1,190,214); }
td.TdClassName
{
border-color: #01BED6;
}
.TagClassName
{
border-color: #01BED6;
}
</style>