Shades of Iris Blue #01BBDB
Tints of Iris Blue #01BBDB
RGB
CMYK
RGB Variations
Color information
#01BBDB (or 0x01BBDB) is known color: Iris Blue. HEX triplet: 01, BB and DB. RGB value is (1,187,219). Sum of RGB (Red+Green+Blue) = 1+187+219=407 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #01BBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BBDB is #FE4424. Grayscale: #868686. Windows color (decimal): -16663589 or 14400257. OLE color: 14400257.
HSL color Cylindrical-coordinate representation of color #01BBDB: hue angle of 188.81º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BBDB is Cyan = 1.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 187 | 219 | - |
| CMYK | 1.00 | 0.15 | 0 | 0.14 |
| HSL | 188.81º | 0.99% | 0.43% | - |
| HSV(B) | 188.81º | 1% | 0.86% | - |
| XYZ | 30.57 | 40.66 | 73.26 | - |
| YUV | 135.03 | 175.38 | 32.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 219 | 1.00 | 0.15 | 0 | 0.14 | 188.81 | 0.99 | 0.43 |
| Hex | 1 | BB | DB | 64 | F | 0 | E | BD | 63 | 2B |
| Octal | 1 | 273 | 333 | 144 | 17 | 0 | 16 | 275 | 143 | 53 |
| Binary | 1 | 10111011 | 11011011 | 1100100 | 1111 | 0 | 1110 | 10111101 | 1100011 | 101011 |
Color Harmonies of #01BBDB
Complementary color
Monochromatic Colors of #01BBDB
Black with #01BBDB
Text Example
Text Example
White with #01BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BBDB; }
p { color: rgb(1,187,219); }
H1.HeaderClassName
{
color: #01BBDB;
}
.AnyTagClassName
{
color: #01BBDB;
}
</style>
background-color css
<style>
a { background-color: #01BBDB; }
a { background-color: rgb(1,187,219); }
div.DivClassName
{
background-color: #01BBDB;
}
.BgClassName
{
background-color: #01BBDB;
}
</style>
border-color css
<style>
span { border-color: #01BBDB; }
span { border-color: rgb(1,187,219); }
td.TdClassName
{
border-color: #01BBDB;
}
.TagClassName
{
border-color: #01BBDB;
}
</style>