Html Css Color HEX #AACFFE Pale Cornflower Blue
📋 copy color: '#AACFFE'red 170 ◦ green 207 ◦ blue 254
Shades of Pale Cornflower Blue #AACFFE
Tints of Pale Cornflower Blue #AACFFE
RGB
CMYK
RGB Variations
Color information
#AACFFE (or 0xAACFFE) is known color: Pale Cornflower Blue. HEX triplet: AA, CF and FE. RGB value is (170,207,254). Sum of RGB (Red+Green+Blue) = 170+207+254=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #AACFFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFFE is #553001. Grayscale: #C9C9C9. Windows color (decimal): -5582850 or 16699306. OLE color: 16699306.
HSL color Cylindrical-coordinate representation of color #AACFFE: hue angle of 213.57º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AACFFE is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 207 | 254 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.00 |
| HSL | 213.57º | 0.98% | 0.83% | - |
| HSV(B) | 213.57º | 0.33% | 1% | - |
| XYZ | 56.78 | 60.33 | 102.42 | - |
| YUV | 201.3 | 157.74 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 254 | 0.33 | 0.19 | 0 | 0.00 | 213.57 | 0.98 | 0.83 |
| Hex | AA | CF | FE | 21 | 13 | 0 | 0 | D6 | 62 | 53 |
| Octal | 252 | 317 | 376 | 41 | 23 | 0 | 0 | 326 | 142 | 123 |
| Binary | 10101010 | 11001111 | 11111110 | 100001 | 10011 | 0 | 0 | 11010110 | 1100010 | 1010011 |
Color Harmonies of #AACFFE
Complementary color
Monochromatic Colors of #AACFFE
Black with #AACFFE
Text Example
Text Example
White with #AACFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFFE; }
p { color: rgb(170,207,254); }
H1.HeaderClassName
{
color: #AACFFE;
}
.AnyTagClassName
{
color: #AACFFE;
}
</style>
background-color css
<style>
a { background-color: #AACFFE; }
a { background-color: rgb(170,207,254); }
div.DivClassName
{
background-color: #AACFFE;
}
.BgClassName
{
background-color: #AACFFE;
}
</style>
border-color css
<style>
span { border-color: #AACFFE; }
span { border-color: rgb(170,207,254); }
td.TdClassName
{
border-color: #AACFFE;
}
.TagClassName
{
border-color: #AACFFE;
}
</style>