Shades of Iris Blue #01ADD6
Tints of Iris Blue #01ADD6
RGB
CMYK
RGB Variations
Color information
#01ADD6 (or 0x01ADD6) is known color: Iris Blue. HEX triplet: 01, AD and D6. RGB value is (1,173,214). Sum of RGB (Red+Green+Blue) = 1+173+214=388 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 214 (83.98% from 255 or 55.15% from 388); Max value from RGB is 214 - color contains mainly: blue. Hex color #01ADD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADD6 is #FE5229. Grayscale: #7D7D7D. Windows color (decimal): -16667178 or 14068993. OLE color: 14068993.
HSL color Cylindrical-coordinate representation of color #01ADD6: hue angle of 191.55º 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 #01ADD6 is Cyan = 1.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 1 | 173 | 214 | - |
| CMYK | 1.00 | 0.19 | 0 | 0.16 |
| HSL | 191.55º | 0.99% | 0.42% | - |
| HSV(B) | 191.55º | 1% | 0.84% | - |
| XYZ | 27.09 | 34.75 | 68.9 | - |
| YUV | 126.25 | 177.52 | 38.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 214 | 1.00 | 0.19 | 0 | 0.16 | 191.55 | 0.99 | 0.42 |
| Hex | 1 | AD | D6 | 64 | 13 | 0 | 10 | C0 | 63 | 2A |
| Octal | 1 | 255 | 326 | 144 | 23 | 0 | 20 | 300 | 143 | 52 |
| Binary | 1 | 10101101 | 11010110 | 1100100 | 10011 | 0 | 10000 | 11000000 | 1100011 | 101010 |
Color Harmonies of #01ADD6
Complementary color
Monochromatic Colors of #01ADD6
Black with #01ADD6
Text Example
Text Example
White with #01ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ADD6; }
p { color: rgb(1,173,214); }
H1.HeaderClassName
{
color: #01ADD6;
}
.AnyTagClassName
{
color: #01ADD6;
}
</style>
background-color css
<style>
a { background-color: #01ADD6; }
a { background-color: rgb(1,173,214); }
div.DivClassName
{
background-color: #01ADD6;
}
.BgClassName
{
background-color: #01ADD6;
}
</style>
border-color css
<style>
span { border-color: #01ADD6; }
span { border-color: rgb(1,173,214); }
td.TdClassName
{
border-color: #01ADD6;
}
.TagClassName
{
border-color: #01ADD6;
}
</style>