Shades of Iris Blue #01B7DB
Tints of Iris Blue #01B7DB
RGB
CMYK
RGB Variations
Color information
#01B7DB (or 0x01B7DB) is known color: Iris Blue. HEX triplet: 01, B7 and DB. RGB value is (1,183,219). Sum of RGB (Red+Green+Blue) = 1+183+219=403 (53% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #01B7DB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #01B7DB is #FE4824. Grayscale: #848484. Windows color (decimal): -16664613 or 14399233. OLE color: 14399233.
HSL color Cylindrical-coordinate representation of color #01B7DB: hue angle of 189.91º 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 #01B7DB is Cyan = 1.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 183 | 219 | - |
| CMYK | 1.00 | 0.16 | 0 | 0.14 |
| HSL | 189.91º | 0.99% | 0.43% | - |
| HSV(B) | 189.91º | 1% | 0.86% | - |
| XYZ | 29.73 | 38.99 | 72.98 | - |
| YUV | 132.69 | 176.7 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 183 | 219 | 1.00 | 0.16 | 0 | 0.14 | 189.91 | 0.99 | 0.43 |
| Hex | 1 | B7 | DB | 64 | 10 | 0 | E | BE | 63 | 2B |
| Octal | 1 | 267 | 333 | 144 | 20 | 0 | 16 | 276 | 143 | 53 |
| Binary | 1 | 10110111 | 11011011 | 1100100 | 10000 | 0 | 1110 | 10111110 | 1100011 | 101011 |
Color Harmonies of #01B7DB
Complementary color
Monochromatic Colors of #01B7DB
Black with #01B7DB
Text Example
Text Example
White with #01B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B7DB; }
p { color: rgb(1,183,219); }
H1.HeaderClassName
{
color: #01B7DB;
}
.AnyTagClassName
{
color: #01B7DB;
}
</style>
background-color css
<style>
a { background-color: #01B7DB; }
a { background-color: rgb(1,183,219); }
div.DivClassName
{
background-color: #01B7DB;
}
.BgClassName
{
background-color: #01B7DB;
}
</style>
border-color css
<style>
span { border-color: #01B7DB; }
span { border-color: rgb(1,183,219); }
td.TdClassName
{
border-color: #01B7DB;
}
.TagClassName
{
border-color: #01B7DB;
}
</style>