Html Css Color HEX #AAD0FB Pale Cornflower Blue
📋 copy color: '#AAD0FB'red 170 ◦ green 208 ◦ blue 251
Shades of Pale Cornflower Blue #AAD0FB
Tints of Pale Cornflower Blue #AAD0FB
RGB
CMYK
RGB Variations
Color information
#AAD0FB (or 0xAAD0FB) is known color: Pale Cornflower Blue. HEX triplet: AA, D0 and FB. RGB value is (170,208,251). Sum of RGB (Red+Green+Blue) = 170+208+251=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 251 (98.44% from 255 or 39.90% from 629); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAD0FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD0FB is #552F04. Grayscale: #C9C9C9. Windows color (decimal): -5582597 or 16502954. OLE color: 16502954.
HSL color Cylindrical-coordinate representation of color #AAD0FB: hue angle of 211.85º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAD0FB is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 208 | 251 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.02 |
| HSL | 211.85º | 0.91% | 0.83% | - |
| HSV(B) | 211.85º | 0.32% | 0.98% | - |
| XYZ | 56.55 | 60.62 | 99.99 | - |
| YUV | 201.54 | 155.91 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 251 | 0.32 | 0.17 | 0 | 0.02 | 211.85 | 0.91 | 0.83 |
| Hex | AA | D0 | FB | 20 | 11 | 0 | 2 | D4 | 5B | 53 |
| Octal | 252 | 320 | 373 | 40 | 21 | 0 | 2 | 324 | 133 | 123 |
| Binary | 10101010 | 11010000 | 11111011 | 100000 | 10001 | 0 | 10 | 11010100 | 1011011 | 1010011 |
Color Harmonies of #AAD0FB
Complementary color
Monochromatic Colors of #AAD0FB
Black with #AAD0FB
Text Example
Text Example
White with #AAD0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0FB; }
p { color: rgb(170,208,251); }
H1.HeaderClassName
{
color: #AAD0FB;
}
.AnyTagClassName
{
color: #AAD0FB;
}
</style>
background-color css
<style>
a { background-color: #AAD0FB; }
a { background-color: rgb(170,208,251); }
div.DivClassName
{
background-color: #AAD0FB;
}
.BgClassName
{
background-color: #AAD0FB;
}
</style>
border-color css
<style>
span { border-color: #AAD0FB; }
span { border-color: rgb(170,208,251); }
td.TdClassName
{
border-color: #AAD0FB;
}
.TagClassName
{
border-color: #AAD0FB;
}
</style>