Html Css Color HEX #AAC8FB Pale Cornflower Blue
📋 copy color: '#AAC8FB'red 170 ◦ green 200 ◦ blue 251
Shades of Pale Cornflower Blue #AAC8FB
Tints of Pale Cornflower Blue #AAC8FB
RGB
CMYK
RGB Variations
Color information
#AAC8FB (or 0xAAC8FB) is known color: Pale Cornflower Blue. HEX triplet: AA, C8 and FB. RGB value is (170,200,251). Sum of RGB (Red+Green+Blue) = 170+200+251=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 251 (98.44% from 255 or 40.42% from 621); Max value from RGB is 251 - color contains mainly: blue. Hex color #AAC8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAC8FB is #553704. Grayscale: #C4C4C4. Windows color (decimal): -5584645 or 16500906. OLE color: 16500906.
HSL color Cylindrical-coordinate representation of color #AAC8FB: hue angle of 217.78º 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 #AAC8FB is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 200 | 251 | - |
| CMYK | 0.32 | 0.20 | 0 | 0.02 |
| HSL | 217.78º | 0.91% | 0.83% | - |
| HSV(B) | 217.78º | 0.32% | 0.98% | - |
| XYZ | 54.64 | 56.82 | 99.35 | - |
| YUV | 196.84 | 158.56 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 251 | 0.32 | 0.20 | 0 | 0.02 | 217.78 | 0.91 | 0.83 |
| Hex | AA | C8 | FB | 20 | 14 | 0 | 2 | DA | 5B | 53 |
| Octal | 252 | 310 | 373 | 40 | 24 | 0 | 2 | 332 | 133 | 123 |
| Binary | 10101010 | 11001000 | 11111011 | 100000 | 10100 | 0 | 10 | 11011010 | 1011011 | 1010011 |
Color Harmonies of #AAC8FB
Complementary color
Monochromatic Colors of #AAC8FB
Black with #AAC8FB
Text Example
Text Example
White with #AAC8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC8FB; }
p { color: rgb(170,200,251); }
H1.HeaderClassName
{
color: #AAC8FB;
}
.AnyTagClassName
{
color: #AAC8FB;
}
</style>
background-color css
<style>
a { background-color: #AAC8FB; }
a { background-color: rgb(170,200,251); }
div.DivClassName
{
background-color: #AAC8FB;
}
.BgClassName
{
background-color: #AAC8FB;
}
</style>
border-color css
<style>
span { border-color: #AAC8FB; }
span { border-color: rgb(170,200,251); }
td.TdClassName
{
border-color: #AAC8FB;
}
.TagClassName
{
border-color: #AAC8FB;
}
</style>