Shades of Iris Blue #01ADD5
Tints of Iris Blue #01ADD5
RGB
CMYK
RGB Variations
Color information
#01ADD5 (or 0x01ADD5) is known color: Iris Blue. HEX triplet: 01, AD and D5. RGB value is (1,173,213). Sum of RGB (Red+Green+Blue) = 1+173+213=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 213 (83.59% from 255 or 55.04% from 387); Max value from RGB is 213 - color contains mainly: blue. Hex color #01ADD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADD5 is #FE522A. Grayscale: #7D7D7D. Windows color (decimal): -16667179 or 14003457. OLE color: 14003457.
HSL color Cylindrical-coordinate representation of color #01ADD5: hue angle of 191.32º 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 #01ADD5 is Cyan = 1.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 173 | 213 | - |
| CMYK | 1.00 | 0.19 | 0 | 0.16 |
| HSL | 191.32º | 0.99% | 0.42% | - |
| HSV(B) | 191.32º | 1% | 0.84% | - |
| XYZ | 26.97 | 34.7 | 68.23 | - |
| YUV | 126.13 | 177.02 | 38.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 213 | 1.00 | 0.19 | 0 | 0.16 | 191.32 | 0.99 | 0.42 |
| Hex | 1 | AD | D5 | 64 | 13 | 0 | 10 | BF | 63 | 2A |
| Octal | 1 | 255 | 325 | 144 | 23 | 0 | 20 | 277 | 143 | 52 |
| Binary | 1 | 10101101 | 11010101 | 1100100 | 10011 | 0 | 10000 | 10111111 | 1100011 | 101010 |
Color Harmonies of #01ADD5
Complementary color
Monochromatic Colors of #01ADD5
Black with #01ADD5
Text Example
Text Example
White with #01ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ADD5; }
p { color: rgb(1,173,213); }
H1.HeaderClassName
{
color: #01ADD5;
}
.AnyTagClassName
{
color: #01ADD5;
}
</style>
background-color css
<style>
a { background-color: #01ADD5; }
a { background-color: rgb(1,173,213); }
div.DivClassName
{
background-color: #01ADD5;
}
.BgClassName
{
background-color: #01ADD5;
}
</style>
border-color css
<style>
span { border-color: #01ADD5; }
span { border-color: rgb(1,173,213); }
td.TdClassName
{
border-color: #01ADD5;
}
.TagClassName
{
border-color: #01ADD5;
}
</style>