Html Css Color HEX #AACDF0 Pale Cornflower Blue
📋 copy color: '#AACDF0'red 170 ◦ green 205 ◦ blue 240
Shades of Pale Cornflower Blue #AACDF0
Tints of Pale Cornflower Blue #AACDF0
RGB
CMYK
RGB Variations
Color information
#AACDF0 (or 0xAACDF0) is known color: Pale Cornflower Blue. HEX triplet: AA, CD and F0. RGB value is (170,205,240). Sum of RGB (Red+Green+Blue) = 170+205+240=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 240 (94.14% from 255 or 39.02% from 615); Max value from RGB is 240 - color contains mainly: blue. Hex color #AACDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDF0 is #55320F. Grayscale: #C6C6C6. Windows color (decimal): -5583376 or 15781290. OLE color: 15781290.
HSL color Cylindrical-coordinate representation of color #AACDF0: hue angle of 210º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AACDF0 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 205 | 240 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.06 |
| HSL | 210º | 0.7% | 0.8% | - |
| HSV(B) | 210º | 0.29% | 0.94% | - |
| XYZ | 54.14 | 58.5 | 90.88 | - |
| YUV | 198.53 | 151.4 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 240 | 0.29 | 0.15 | 0 | 0.06 | 210 | 0.7 | 0.8 |
| Hex | AA | CD | F0 | 1D | F | 0 | 6 | D2 | 46 | 50 |
| Octal | 252 | 315 | 360 | 35 | 17 | 0 | 6 | 322 | 106 | 120 |
| Binary | 10101010 | 11001101 | 11110000 | 11101 | 1111 | 0 | 110 | 11010010 | 1000110 | 1010000 |
Color Harmonies of #AACDF0
Complementary color
Monochromatic Colors of #AACDF0
Black with #AACDF0
Text Example
Text Example
White with #AACDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDF0; }
p { color: rgb(170,205,240); }
H1.HeaderClassName
{
color: #AACDF0;
}
.AnyTagClassName
{
color: #AACDF0;
}
</style>
background-color css
<style>
a { background-color: #AACDF0; }
a { background-color: rgb(170,205,240); }
div.DivClassName
{
background-color: #AACDF0;
}
.BgClassName
{
background-color: #AACDF0;
}
</style>
border-color css
<style>
span { border-color: #AACDF0; }
span { border-color: rgb(170,205,240); }
td.TdClassName
{
border-color: #AACDF0;
}
.TagClassName
{
border-color: #AACDF0;
}
</style>