Html Css Color HEX #AAD0FF Pale Cornflower Blue
📋 copy color: '#AAD0FF'red 170 ◦ green 208 ◦ blue 255
Shades of Pale Cornflower Blue #AAD0FF
Tints of Pale Cornflower Blue #AAD0FF
RGB
CMYK
RGB Variations
Color information
#AAD0FF (or 0xAAD0FF) is known color: Pale Cornflower Blue. HEX triplet: AA, D0 and FF. RGB value is (170,208,255). Sum of RGB (Red+Green+Blue) = 170+208+255=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #AAD0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0FF is #552F00. Grayscale: #C9C9C9. Windows color (decimal): -5582593 or 16765098. OLE color: 16765098.
HSL color Cylindrical-coordinate representation of color #AAD0FF: hue angle of 213.18º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAD0FF is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 208 | 255 | - |
| CMYK | 0.33 | 0.18 | 0 | 0 |
| HSL | 213.18º | 1% | 0.83% | - |
| HSV(B) | 213.18º | 0.33% | 1% | - |
| XYZ | 57.18 | 60.88 | 103.34 | - |
| YUV | 202 | 157.91 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 255 | 0.33 | 0.18 | 0 | 0 | 213.18 | 1 | 0.83 |
| Hex | AA | D0 | FF | 21 | 12 | 0 | 0 | D5 | 64 | 53 |
| Octal | 252 | 320 | 377 | 41 | 22 | 0 | 0 | 325 | 144 | 123 |
| Binary | 10101010 | 11010000 | 11111111 | 100001 | 10010 | 0 | 0 | 11010101 | 1100100 | 1010011 |
Color Harmonies of #AAD0FF
Complementary color
Monochromatic Colors of #AAD0FF
Black with #AAD0FF
Text Example
Text Example
White with #AAD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0FF; }
p { color: rgb(170,208,255); }
H1.HeaderClassName
{
color: #AAD0FF;
}
.AnyTagClassName
{
color: #AAD0FF;
}
</style>
background-color css
<style>
a { background-color: #AAD0FF; }
a { background-color: rgb(170,208,255); }
div.DivClassName
{
background-color: #AAD0FF;
}
.BgClassName
{
background-color: #AAD0FF;
}
</style>
border-color css
<style>
span { border-color: #AAD0FF; }
span { border-color: rgb(170,208,255); }
td.TdClassName
{
border-color: #AAD0FF;
}
.TagClassName
{
border-color: #AAD0FF;
}
</style>