Shades of Iris Blue #01AADE
Tints of Iris Blue #01AADE
RGB
CMYK
RGB Variations
Color information
#01AADE (or 0x01AADE) is known color: Iris Blue. HEX triplet: 01, AA and DE. RGB value is (1,170,222). Sum of RGB (Red+Green+Blue) = 1+170+222=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 222 (87.11% from 255 or 56.49% from 393); Max value from RGB is 222 - color contains mainly: blue. Hex color #01AADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AADE is #FE5521. Grayscale: #7D7D7D. Windows color (decimal): -16667938 or 14592513. OLE color: 14592513.
HSL color Cylindrical-coordinate representation of color #01AADE: hue angle of 194.12º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01AADE is Cyan = 1.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 1 | 170 | 222 | - |
CMYK | 1.00 | 0.23 | 0 | 0.13 |
HSL | 194.12º | 0.99% | 0.44% | - |
HSV(B) | 194.12º | 1% | 0.87% | - |
XYZ | 27.57 | 34.03 | 74.22 | - |
YUV | 125.4 | 182.51 | 39.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 1 | 170 | 222 | 1.00 | 0.23 | 0 | 0.13 | 194.12 | 0.99 | 0.44 |
Hex | 1 | AA | DE | 64 | 17 | 0 | D | C2 | 63 | 2C |
Octal | 1 | 252 | 336 | 144 | 27 | 0 | 15 | 302 | 143 | 54 |
Binary | 1 | 10101010 | 11011110 | 1100100 | 10111 | 0 | 1101 | 11000010 | 1100011 | 101100 |
Color Harmonies of #01AADE
Complementary color
Monochromatic Colors of #01AADE
Black with #01AADE
Text Example
Text Example
White with #01AADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AADE; }
p { color: rgb(1,170,222); }
H1.HeaderClassName
{
color: #01AADE;
}
.AnyTagClassName
{
color: #01AADE;
}
</style>
background-color css
<style>
a { background-color: #01AADE; }
a { background-color: rgb(1,170,222); }
div.DivClassName
{
background-color: #01AADE;
}
.BgClassName
{
background-color: #01AADE;
}
</style>
border-color css
<style>
span { border-color: #01AADE; }
span { border-color: rgb(1,170,222); }
td.TdClassName
{
border-color: #01AADE;
}
.TagClassName
{
border-color: #01AADE;
}
</style>