Html Css Color HEX #AAD2FB Pale Cornflower Blue
📋 copy color: '#AAD2FB'red 170 ◦ green 210 ◦ blue 251
Shades of Pale Cornflower Blue #AAD2FB
Tints of Pale Cornflower Blue #AAD2FB
RGB
CMYK
RGB Variations
Color information
#AAD2FB (or 0xAAD2FB) is known color: Pale Cornflower Blue. HEX triplet: AA, D2 and FB. RGB value is (170,210,251). Sum of RGB (Red+Green+Blue) = 170+210+251=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 251 (98.44% from 255 or 39.78% from 631); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAD2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD2FB is #552D04. Grayscale: #CACACA. Windows color (decimal): -5582085 or 16503466. OLE color: 16503466.
HSL color Cylindrical-coordinate representation of color #AAD2FB: hue angle of 210.37º 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 #AAD2FB is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 210 | 251 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.02 |
| HSL | 210.37º | 0.91% | 0.83% | - |
| HSV(B) | 210.37º | 0.32% | 0.98% | - |
| XYZ | 57.04 | 61.6 | 100.15 | - |
| YUV | 202.71 | 155.25 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 210 | 251 | 0.32 | 0.16 | 0 | 0.02 | 210.37 | 0.91 | 0.83 |
| Hex | AA | D2 | FB | 20 | 10 | 0 | 2 | D2 | 5B | 53 |
| Octal | 252 | 322 | 373 | 40 | 20 | 0 | 2 | 322 | 133 | 123 |
| Binary | 10101010 | 11010010 | 11111011 | 100000 | 10000 | 0 | 10 | 11010010 | 1011011 | 1010011 |
Color Harmonies of #AAD2FB
Complementary color
Monochromatic Colors of #AAD2FB
Black with #AAD2FB
Text Example
Text Example
White with #AAD2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD2FB; }
p { color: rgb(170,210,251); }
H1.HeaderClassName
{
color: #AAD2FB;
}
.AnyTagClassName
{
color: #AAD2FB;
}
</style>
background-color css
<style>
a { background-color: #AAD2FB; }
a { background-color: rgb(170,210,251); }
div.DivClassName
{
background-color: #AAD2FB;
}
.BgClassName
{
background-color: #AAD2FB;
}
</style>
border-color css
<style>
span { border-color: #AAD2FB; }
span { border-color: rgb(170,210,251); }
td.TdClassName
{
border-color: #AAD2FB;
}
.TagClassName
{
border-color: #AAD2FB;
}
</style>