Shades of Iris Blue #01BDD6
Tints of Iris Blue #01BDD6
RGB
CMYK
RGB Variations
Color information
#01BDD6 (or 0x01BDD6) is known color: Iris Blue. HEX triplet: 01, BD and D6. RGB value is (1,189,214). Sum of RGB (Red+Green+Blue) = 1+189+214=404 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 214 (83.98% from 255 or 52.97% from 404); Max value from RGB is 214 - color contains mainly: blue. Hex color #01BDD6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01BDD6 is #FE4229. Grayscale: #878787. Windows color (decimal): -16663082 or 14073089. OLE color: 14073089.
HSL color Cylindrical-coordinate representation of color #01BDD6: hue angle of 187.04º 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 #01BDD6 is Cyan = 1.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 189 | 214 | - |
| CMYK | 1.00 | 0.12 | 0 | 0.16 |
| HSL | 187.04º | 0.99% | 0.42% | - |
| HSV(B) | 187.04º | 1% | 0.84% | - |
| XYZ | 30.35 | 41.26 | 69.98 | - |
| YUV | 135.64 | 172.22 | 31.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 189 | 214 | 1.00 | 0.12 | 0 | 0.16 | 187.04 | 0.99 | 0.42 |
| Hex | 1 | BD | D6 | 64 | C | 0 | 10 | BB | 63 | 2A |
| Octal | 1 | 275 | 326 | 144 | 14 | 0 | 20 | 273 | 143 | 52 |
| Binary | 1 | 10111101 | 11010110 | 1100100 | 1100 | 0 | 10000 | 10111011 | 1100011 | 101010 |
Color Harmonies of #01BDD6
Complementary color
Monochromatic Colors of #01BDD6
Black with #01BDD6
Text Example
Text Example
White with #01BDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BDD6; }
p { color: rgb(1,189,214); }
H1.HeaderClassName
{
color: #01BDD6;
}
.AnyTagClassName
{
color: #01BDD6;
}
</style>
background-color css
<style>
a { background-color: #01BDD6; }
a { background-color: rgb(1,189,214); }
div.DivClassName
{
background-color: #01BDD6;
}
.BgClassName
{
background-color: #01BDD6;
}
</style>
border-color css
<style>
span { border-color: #01BDD6; }
span { border-color: rgb(1,189,214); }
td.TdClassName
{
border-color: #01BDD6;
}
.TagClassName
{
border-color: #01BDD6;
}
</style>