Shades of Iris Blue #01AEDA
Tints of Iris Blue #01AEDA
RGB
CMYK
RGB Variations
Color information
#01AEDA (or 0x01AEDA) is known color: Iris Blue. HEX triplet: 01, AE and DA. RGB value is (1,174,218). Sum of RGB (Red+Green+Blue) = 1+174+218=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 218 (85.55% from 255 or 55.47% from 393); Max value from RGB is 218 - color contains mainly: blue. Hex color #01AEDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01AEDA is #FE5125. Grayscale: #7E7E7E. Windows color (decimal): -16666918 or 14331393. OLE color: 14331393.
HSL color Cylindrical-coordinate representation of color #01AEDA: hue angle of 192.17º 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 #01AEDA is Cyan = 1.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 1 | 174 | 218 | - |
| CMYK | 1.00 | 0.20 | 0 | 0.15 |
| HSL | 192.17º | 0.99% | 0.43% | - |
| HSV(B) | 192.17º | 1% | 0.85% | - |
| XYZ | 27.8 | 35.34 | 71.69 | - |
| YUV | 127.29 | 179.19 | 37.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 174 | 218 | 1.00 | 0.20 | 0 | 0.15 | 192.17 | 0.99 | 0.43 |
| Hex | 1 | AE | DA | 64 | 14 | 0 | F | C0 | 63 | 2B |
| Octal | 1 | 256 | 332 | 144 | 24 | 0 | 17 | 300 | 143 | 53 |
| Binary | 1 | 10101110 | 11011010 | 1100100 | 10100 | 0 | 1111 | 11000000 | 1100011 | 101011 |
Color Harmonies of #01AEDA
Complementary color
Monochromatic Colors of #01AEDA
Black with #01AEDA
Text Example
Text Example
White with #01AEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01AEDA; }
p { color: rgb(1,174,218); }
H1.HeaderClassName
{
color: #01AEDA;
}
.AnyTagClassName
{
color: #01AEDA;
}
</style>
background-color css
<style>
a { background-color: #01AEDA; }
a { background-color: rgb(1,174,218); }
div.DivClassName
{
background-color: #01AEDA;
}
.BgClassName
{
background-color: #01AEDA;
}
</style>
border-color css
<style>
span { border-color: #01AEDA; }
span { border-color: rgb(1,174,218); }
td.TdClassName
{
border-color: #01AEDA;
}
.TagClassName
{
border-color: #01AEDA;
}
</style>