Html Css Color HEX #AACDF2 Pale Cornflower Blue
📋 copy color: '#AACDF2'red 170 ◦ green 205 ◦ blue 242
Shades of Pale Cornflower Blue #AACDF2
Tints of Pale Cornflower Blue #AACDF2
RGB
CMYK
RGB Variations
Color information
#AACDF2 (or 0xAACDF2) is known color: Pale Cornflower Blue. HEX triplet: AA, CD and F2. RGB value is (170,205,242). Sum of RGB (Red+Green+Blue) = 170+205+242=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #AACDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDF2 is #55320D. Grayscale: #C6C6C6. Windows color (decimal): -5583374 or 15912362. OLE color: 15912362.
HSL color Cylindrical-coordinate representation of color #AACDF2: hue angle of 210.83º degrees, saturation: 0.73, 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 #AACDF2 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 205 | 242 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.05 |
| HSL | 210.83º | 0.73% | 0.81% | - |
| HSV(B) | 210.83º | 0.3% | 0.95% | - |
| XYZ | 54.44 | 58.62 | 92.45 | - |
| YUV | 198.75 | 152.4 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 242 | 0.30 | 0.15 | 0 | 0.05 | 210.83 | 0.73 | 0.81 |
| Hex | AA | CD | F2 | 1E | F | 0 | 5 | D3 | 49 | 51 |
| Octal | 252 | 315 | 362 | 36 | 17 | 0 | 5 | 323 | 111 | 121 |
| Binary | 10101010 | 11001101 | 11110010 | 11110 | 1111 | 0 | 101 | 11010011 | 1001001 | 1010001 |
Color Harmonies of #AACDF2
Complementary color
Monochromatic Colors of #AACDF2
Black with #AACDF2
Text Example
Text Example
White with #AACDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDF2; }
p { color: rgb(170,205,242); }
H1.HeaderClassName
{
color: #AACDF2;
}
.AnyTagClassName
{
color: #AACDF2;
}
</style>
background-color css
<style>
a { background-color: #AACDF2; }
a { background-color: rgb(170,205,242); }
div.DivClassName
{
background-color: #AACDF2;
}
.BgClassName
{
background-color: #AACDF2;
}
</style>
border-color css
<style>
span { border-color: #AACDF2; }
span { border-color: rgb(170,205,242); }
td.TdClassName
{
border-color: #AACDF2;
}
.TagClassName
{
border-color: #AACDF2;
}
</style>