Shades of Iris Blue #01BED0
Tints of Iris Blue #01BED0
RGB
CMYK
RGB Variations
Color information
#01BED0 (or 0x01BED0) is known color: Iris Blue. HEX triplet: 01, BE and D0. RGB value is (1,190,208). Sum of RGB (Red+Green+Blue) = 1+190+208=399 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #01BED0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BED0 is #FE412F. Grayscale: #878787. Windows color (decimal): -16662832 or 13680129. OLE color: 13680129.
HSL color Cylindrical-coordinate representation of color #01BED0: hue angle of 185.22º 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 #01BED0 is Cyan = 1.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 1 | 190 | 208 | - |
| CMYK | 1.00 | 0.09 | 0 | 0.18 |
| HSL | 185.22º | 0.99% | 0.41% | - |
| HSV(B) | 185.22º | 1% | 0.82% | - |
| XYZ | 29.81 | 41.39 | 66.09 | - |
| YUV | 135.54 | 168.88 | 32.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 190 | 208 | 1.00 | 0.09 | 0 | 0.18 | 185.22 | 0.99 | 0.41 |
| Hex | 1 | BE | D0 | 64 | 9 | 0 | 12 | B9 | 63 | 29 |
| Octal | 1 | 276 | 320 | 144 | 11 | 0 | 22 | 271 | 143 | 51 |
| Binary | 1 | 10111110 | 11010000 | 1100100 | 1001 | 0 | 10010 | 10111001 | 1100011 | 101001 |
Color Harmonies of #01BED0
Complementary color
Monochromatic Colors of #01BED0
Black with #01BED0
Text Example
Text Example
White with #01BED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BED0; }
p { color: rgb(1,190,208); }
H1.HeaderClassName
{
color: #01BED0;
}
.AnyTagClassName
{
color: #01BED0;
}
</style>
background-color css
<style>
a { background-color: #01BED0; }
a { background-color: rgb(1,190,208); }
div.DivClassName
{
background-color: #01BED0;
}
.BgClassName
{
background-color: #01BED0;
}
</style>
border-color css
<style>
span { border-color: #01BED0; }
span { border-color: rgb(1,190,208); }
td.TdClassName
{
border-color: #01BED0;
}
.TagClassName
{
border-color: #01BED0;
}
</style>