Shades of Iris Blue #00AECD
Tints of Iris Blue #00AECD
RGB
CMYK
RGB Variations
Color information
#00AECD (or 0x00AECD) is known color: Iris Blue. HEX triplet: 00, AE and CD. RGB value is (0,174,205). Sum of RGB (Red+Green+Blue) = 0+174+205=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #00AECD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00AECD is #FF5132. Grayscale: #7D7D7D. Windows color (decimal): -16732467 or 13479424. OLE color: 13479424.
HSL color Cylindrical-coordinate representation of color #00AECD: hue angle of 189.07º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AECD is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 0 | 174 | 205 | - |
| CMYK | 1 | 0.15 | 0 | 0.20 |
| HSL | 189.07º | 1% | 0.4% | - |
| HSV(B) | 189.07º | 1% | 0.8% | - |
| XYZ | 26.16 | 34.68 | 63.07 | - |
| YUV | 125.51 | 172.85 | 38.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 174 | 205 | 1 | 0.15 | 0 | 0.20 | 189.07 | 1 | 0.4 |
| Hex | 0 | AE | CD | 64 | F | 0 | 14 | BD | 64 | 28 |
| Octal | 0 | 256 | 315 | 144 | 17 | 0 | 24 | 275 | 144 | 50 |
| Binary | 0 | 10101110 | 11001101 | 1100100 | 1111 | 0 | 10100 | 10111101 | 1100100 | 101000 |
Color Harmonies of #00AECD
Complementary color
Monochromatic Colors of #00AECD
Black with #00AECD
Text Example
Text Example
White with #00AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00AECD; }
p { color: rgb(0,174,205); }
H1.HeaderClassName
{
color: #00AECD;
}
.AnyTagClassName
{
color: #00AECD;
}
</style>
background-color css
<style>
a { background-color: #00AECD; }
a { background-color: rgb(0,174,205); }
div.DivClassName
{
background-color: #00AECD;
}
.BgClassName
{
background-color: #00AECD;
}
</style>
border-color css
<style>
span { border-color: #00AECD; }
span { border-color: rgb(0,174,205); }
td.TdClassName
{
border-color: #00AECD;
}
.TagClassName
{
border-color: #00AECD;
}
</style>