Html Css Color HEX #AAD1FB Pale Cornflower Blue
📋 copy color: '#AAD1FB'red 170 ◦ green 209 ◦ blue 251
Shades of Pale Cornflower Blue #AAD1FB
Tints of Pale Cornflower Blue #AAD1FB
RGB
CMYK
RGB Variations
Color information
#AAD1FB (or 0xAAD1FB) is known color: Pale Cornflower Blue. HEX triplet: AA, D1 and FB. RGB value is (170,209,251). Sum of RGB (Red+Green+Blue) = 170+209+251=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 209 (82.03% from 255 or 33.17% from 630); Blue value is 251 (98.44% from 255 or 39.84% from 630); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAD1FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD1FB is #552E04. Grayscale: #C9C9C9. Windows color (decimal): -5582341 or 16503210. OLE color: 16503210.
HSL color Cylindrical-coordinate representation of color #AAD1FB: hue angle of 211.11º 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 #AAD1FB is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 209 | 251 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.02 |
| HSL | 211.11º | 0.91% | 0.83% | - |
| HSV(B) | 211.11º | 0.32% | 0.98% | - |
| XYZ | 56.79 | 61.11 | 100.07 | - |
| YUV | 202.13 | 155.58 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 251 | 0.32 | 0.17 | 0 | 0.02 | 211.11 | 0.91 | 0.83 |
| Hex | AA | D1 | FB | 20 | 11 | 0 | 2 | D3 | 5B | 53 |
| Octal | 252 | 321 | 373 | 40 | 21 | 0 | 2 | 323 | 133 | 123 |
| Binary | 10101010 | 11010001 | 11111011 | 100000 | 10001 | 0 | 10 | 11010011 | 1011011 | 1010011 |
Color Harmonies of #AAD1FB
Complementary color
Monochromatic Colors of #AAD1FB
Black with #AAD1FB
Text Example
Text Example
White with #AAD1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1FB; }
p { color: rgb(170,209,251); }
H1.HeaderClassName
{
color: #AAD1FB;
}
.AnyTagClassName
{
color: #AAD1FB;
}
</style>
background-color css
<style>
a { background-color: #AAD1FB; }
a { background-color: rgb(170,209,251); }
div.DivClassName
{
background-color: #AAD1FB;
}
.BgClassName
{
background-color: #AAD1FB;
}
</style>
border-color css
<style>
span { border-color: #AAD1FB; }
span { border-color: rgb(170,209,251); }
td.TdClassName
{
border-color: #AAD1FB;
}
.TagClassName
{
border-color: #AAD1FB;
}
</style>