Shades of Iris Blue #01ADDA
Tints of Iris Blue #01ADDA
RGB
CMYK
RGB Variations
Color information
#01ADDA (or 0x01ADDA) is known color: Iris Blue. HEX triplet: 01, AD and DA. RGB value is (1,173,218). Sum of RGB (Red+Green+Blue) = 1+173+218=392 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #01ADDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01ADDA is #FE5225. Grayscale: #7E7E7E. Windows color (decimal): -16667174 or 14331137. OLE color: 14331137.
HSL color Cylindrical-coordinate representation of color #01ADDA: hue angle of 192.44º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01ADDA is Cyan = 1.00, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 173 | 218 | - |
| CMYK | 1.00 | 0.21 | 0 | 0.15 |
| HSL | 192.44º | 0.99% | 0.43% | - |
| HSV(B) | 192.44º | 1% | 0.85% | - |
| XYZ | 27.61 | 34.96 | 71.62 | - |
| YUV | 126.7 | 179.52 | 38.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 173 | 218 | 1.00 | 0.21 | 0 | 0.15 | 192.44 | 0.99 | 0.43 |
| Hex | 1 | AD | DA | 64 | 15 | 0 | F | C0 | 63 | 2B |
| Octal | 1 | 255 | 332 | 144 | 25 | 0 | 17 | 300 | 143 | 53 |
| Binary | 1 | 10101101 | 11011010 | 1100100 | 10101 | 0 | 1111 | 11000000 | 1100011 | 101011 |
Color Harmonies of #01ADDA
Complementary color
Monochromatic Colors of #01ADDA
Black with #01ADDA
Text Example
Text Example
White with #01ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01ADDA; }
p { color: rgb(1,173,218); }
H1.HeaderClassName
{
color: #01ADDA;
}
.AnyTagClassName
{
color: #01ADDA;
}
</style>
background-color css
<style>
a { background-color: #01ADDA; }
a { background-color: rgb(1,173,218); }
div.DivClassName
{
background-color: #01ADDA;
}
.BgClassName
{
background-color: #01ADDA;
}
</style>
border-color css
<style>
span { border-color: #01ADDA; }
span { border-color: rgb(1,173,218); }
td.TdClassName
{
border-color: #01ADDA;
}
.TagClassName
{
border-color: #01ADDA;
}
</style>