Shades of Iris Blue #01BBDD
Tints of Iris Blue #01BBDD
RGB
CMYK
RGB Variations
Color information
#01BBDD (or 0x01BBDD) is known color: Iris Blue. HEX triplet: 01, BB and DD. RGB value is (1,187,221). Sum of RGB (Red+Green+Blue) = 1+187+221=409 (54% of max value = 765). Red value is 1 (0.78% from 255 or 0.24% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #01BBDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BBDD is #FE4422. Grayscale: #868686. Windows color (decimal): -16663587 or 14531329. OLE color: 14531329.
HSL color Cylindrical-coordinate representation of color #01BBDD: hue angle of 189.27º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BBDD is Cyan = 1.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 187 | 221 | - |
| CMYK | 1.00 | 0.15 | 0 | 0.13 |
| HSL | 189.27º | 0.99% | 0.44% | - |
| HSV(B) | 189.27º | 1% | 0.87% | - |
| XYZ | 30.83 | 40.77 | 74.65 | - |
| YUV | 135.26 | 176.38 | 32.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 221 | 1.00 | 0.15 | 0 | 0.13 | 189.27 | 0.99 | 0.44 |
| Hex | 1 | BB | DD | 64 | F | 0 | D | BD | 63 | 2C |
| Octal | 1 | 273 | 335 | 144 | 17 | 0 | 15 | 275 | 143 | 54 |
| Binary | 1 | 10111011 | 11011101 | 1100100 | 1111 | 0 | 1101 | 10111101 | 1100011 | 101100 |
Color Harmonies of #01BBDD
Complementary color
Monochromatic Colors of #01BBDD
Black with #01BBDD
Text Example
Text Example
White with #01BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BBDD; }
p { color: rgb(1,187,221); }
H1.HeaderClassName
{
color: #01BBDD;
}
.AnyTagClassName
{
color: #01BBDD;
}
</style>
background-color css
<style>
a { background-color: #01BBDD; }
a { background-color: rgb(1,187,221); }
div.DivClassName
{
background-color: #01BBDD;
}
.BgClassName
{
background-color: #01BBDD;
}
</style>
border-color css
<style>
span { border-color: #01BBDD; }
span { border-color: rgb(1,187,221); }
td.TdClassName
{
border-color: #01BBDD;
}
.TagClassName
{
border-color: #01BBDD;
}
</style>