Html Css Color HEX #AACFF2 Pale Cornflower Blue
📋 copy color: '#AACFF2'red 170 ◦ green 207 ◦ blue 242
Shades of Pale Cornflower Blue #AACFF2
Tints of Pale Cornflower Blue #AACFF2
RGB
CMYK
RGB Variations
Color information
#AACFF2 (or 0xAACFF2) is known color: Pale Cornflower Blue. HEX triplet: AA, CF and F2. RGB value is (170,207,242). Sum of RGB (Red+Green+Blue) = 170+207+242=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #AACFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFF2 is #55300D. Grayscale: #C7C7C7. Windows color (decimal): -5582862 or 15912874. OLE color: 15912874.
HSL color Cylindrical-coordinate representation of color #AACFF2: hue angle of 209.17º 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 #AACFF2 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 207 | 242 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.05 |
| HSL | 209.17º | 0.73% | 0.81% | - |
| HSV(B) | 209.17º | 0.3% | 0.95% | - |
| XYZ | 54.92 | 59.58 | 92.61 | - |
| YUV | 199.93 | 151.74 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 242 | 0.30 | 0.14 | 0 | 0.05 | 209.17 | 0.73 | 0.81 |
| Hex | AA | CF | F2 | 1E | E | 0 | 5 | D1 | 49 | 51 |
| Octal | 252 | 317 | 362 | 36 | 16 | 0 | 5 | 321 | 111 | 121 |
| Binary | 10101010 | 11001111 | 11110010 | 11110 | 1110 | 0 | 101 | 11010001 | 1001001 | 1010001 |
Color Harmonies of #AACFF2
Complementary color
Monochromatic Colors of #AACFF2
Black with #AACFF2
Text Example
Text Example
White with #AACFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFF2; }
p { color: rgb(170,207,242); }
H1.HeaderClassName
{
color: #AACFF2;
}
.AnyTagClassName
{
color: #AACFF2;
}
</style>
background-color css
<style>
a { background-color: #AACFF2; }
a { background-color: rgb(170,207,242); }
div.DivClassName
{
background-color: #AACFF2;
}
.BgClassName
{
background-color: #AACFF2;
}
</style>
border-color css
<style>
span { border-color: #AACFF2; }
span { border-color: rgb(170,207,242); }
td.TdClassName
{
border-color: #AACFF2;
}
.TagClassName
{
border-color: #AACFF2;
}
</style>