Html Css Color HEX #AACDF3 Pale Cornflower Blue
📋 copy color: '#AACDF3'red 170 ◦ green 205 ◦ blue 243
Shades of Pale Cornflower Blue #AACDF3
Tints of Pale Cornflower Blue #AACDF3
RGB
CMYK
RGB Variations
Color information
#AACDF3 (or 0xAACDF3) is known color: Pale Cornflower Blue. HEX triplet: AA, CD and F3. RGB value is (170,205,243). Sum of RGB (Red+Green+Blue) = 170+205+243=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 243 (95.31% from 255 or 39.32% from 618); Max value from RGB is 243 - color contains mainly: blue. Hex color #AACDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDF3 is #55320C. Grayscale: #C6C6C6. Windows color (decimal): -5583373 or 15977898. OLE color: 15977898.
HSL color Cylindrical-coordinate representation of color #AACDF3: hue angle of 211.23º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AACDF3 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 205 | 243 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.05 |
| HSL | 211.23º | 0.75% | 0.81% | - |
| HSV(B) | 211.23º | 0.3% | 0.95% | - |
| XYZ | 54.59 | 58.68 | 93.24 | - |
| YUV | 198.87 | 152.9 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 243 | 0.30 | 0.16 | 0 | 0.05 | 211.23 | 0.75 | 0.81 |
| Hex | AA | CD | F3 | 1E | 10 | 0 | 5 | D3 | 4B | 51 |
| Octal | 252 | 315 | 363 | 36 | 20 | 0 | 5 | 323 | 113 | 121 |
| Binary | 10101010 | 11001101 | 11110011 | 11110 | 10000 | 0 | 101 | 11010011 | 1001011 | 1010001 |
Color Harmonies of #AACDF3
Complementary color
Monochromatic Colors of #AACDF3
Black with #AACDF3
Text Example
Text Example
White with #AACDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDF3; }
p { color: rgb(170,205,243); }
H1.HeaderClassName
{
color: #AACDF3;
}
.AnyTagClassName
{
color: #AACDF3;
}
</style>
background-color css
<style>
a { background-color: #AACDF3; }
a { background-color: rgb(170,205,243); }
div.DivClassName
{
background-color: #AACDF3;
}
.BgClassName
{
background-color: #AACDF3;
}
</style>
border-color css
<style>
span { border-color: #AACDF3; }
span { border-color: rgb(170,205,243); }
td.TdClassName
{
border-color: #AACDF3;
}
.TagClassName
{
border-color: #AACDF3;
}
</style>