Html Css Color HEX #AACDF1 Pale Cornflower Blue
📋 copy color: '#AACDF1'red 170 ◦ green 205 ◦ blue 241
Shades of Pale Cornflower Blue #AACDF1
Tints of Pale Cornflower Blue #AACDF1
RGB
CMYK
RGB Variations
Color information
#AACDF1 (or 0xAACDF1) is known color: Pale Cornflower Blue. HEX triplet: AA, CD and F1. RGB value is (170,205,241). Sum of RGB (Red+Green+Blue) = 170+205+241=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #AACDF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDF1 is #55320E. Grayscale: #C6C6C6. Windows color (decimal): -5583375 or 15846826. OLE color: 15846826.
HSL color Cylindrical-coordinate representation of color #AACDF1: hue angle of 210.42º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AACDF1 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 205 | 241 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.05 |
| HSL | 210.42º | 0.72% | 0.81% | - |
| HSV(B) | 210.42º | 0.29% | 0.95% | - |
| XYZ | 54.29 | 58.56 | 91.66 | - |
| YUV | 198.64 | 151.9 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 241 | 0.29 | 0.15 | 0 | 0.05 | 210.42 | 0.72 | 0.81 |
| Hex | AA | CD | F1 | 1D | F | 0 | 5 | D2 | 48 | 51 |
| Octal | 252 | 315 | 361 | 35 | 17 | 0 | 5 | 322 | 110 | 121 |
| Binary | 10101010 | 11001101 | 11110001 | 11101 | 1111 | 0 | 101 | 11010010 | 1001000 | 1010001 |
Color Harmonies of #AACDF1
Complementary color
Monochromatic Colors of #AACDF1
Black with #AACDF1
Text Example
Text Example
White with #AACDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDF1; }
p { color: rgb(170,205,241); }
H1.HeaderClassName
{
color: #AACDF1;
}
.AnyTagClassName
{
color: #AACDF1;
}
</style>
background-color css
<style>
a { background-color: #AACDF1; }
a { background-color: rgb(170,205,241); }
div.DivClassName
{
background-color: #AACDF1;
}
.BgClassName
{
background-color: #AACDF1;
}
</style>
border-color css
<style>
span { border-color: #AACDF1; }
span { border-color: rgb(170,205,241); }
td.TdClassName
{
border-color: #AACDF1;
}
.TagClassName
{
border-color: #AACDF1;
}
</style>