Html Css Color HEX #AAD0F3 Pale Cornflower Blue
📋 copy color: '#AAD0F3'red 170 ◦ green 208 ◦ blue 243
Shades of Pale Cornflower Blue #AAD0F3
Tints of Pale Cornflower Blue #AAD0F3
RGB
CMYK
RGB Variations
Color information
#AAD0F3 (or 0xAAD0F3) is known color: Pale Cornflower Blue. HEX triplet: AA, D0 and F3. RGB value is (170,208,243). Sum of RGB (Red+Green+Blue) = 170+208+243=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 243 (95.31% from 255 or 39.13% from 621); Max value from RGB is 243 - color contains mainly: blue. Hex color #AAD0F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0F3 is #552F0C. Grayscale: #C8C8C8. Windows color (decimal): -5582605 or 15978666. OLE color: 15978666.
HSL color Cylindrical-coordinate representation of color #AAD0F3: hue angle of 208.77º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAD0F3 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 208 | 243 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.05 |
| HSL | 208.77º | 0.75% | 0.81% | - |
| HSV(B) | 208.77º | 0.3% | 0.95% | - |
| XYZ | 55.31 | 60.13 | 93.48 | - |
| YUV | 200.63 | 151.91 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 243 | 0.30 | 0.14 | 0 | 0.05 | 208.77 | 0.75 | 0.81 |
| Hex | AA | D0 | F3 | 1E | E | 0 | 5 | D1 | 4B | 51 |
| Octal | 252 | 320 | 363 | 36 | 16 | 0 | 5 | 321 | 113 | 121 |
| Binary | 10101010 | 11010000 | 11110011 | 11110 | 1110 | 0 | 101 | 11010001 | 1001011 | 1010001 |
Color Harmonies of #AAD0F3
Complementary color
Monochromatic Colors of #AAD0F3
Black with #AAD0F3
Text Example
Text Example
White with #AAD0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0F3; }
p { color: rgb(170,208,243); }
H1.HeaderClassName
{
color: #AAD0F3;
}
.AnyTagClassName
{
color: #AAD0F3;
}
</style>
background-color css
<style>
a { background-color: #AAD0F3; }
a { background-color: rgb(170,208,243); }
div.DivClassName
{
background-color: #AAD0F3;
}
.BgClassName
{
background-color: #AAD0F3;
}
</style>
border-color css
<style>
span { border-color: #AAD0F3; }
span { border-color: rgb(170,208,243); }
td.TdClassName
{
border-color: #AAD0F3;
}
.TagClassName
{
border-color: #AAD0F3;
}
</style>