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