Html Css Color HEX #AACFFC Pale Cornflower Blue
📋 copy color: '#AACFFC'red 170 ◦ green 207 ◦ blue 252
Shades of Pale Cornflower Blue #AACFFC
Tints of Pale Cornflower Blue #AACFFC
RGB
CMYK
RGB Variations
Color information
#AACFFC (or 0xAACFFC) is known color: Pale Cornflower Blue. HEX triplet: AA, CF and FC. RGB value is (170,207,252). Sum of RGB (Red+Green+Blue) = 170+207+252=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 207 (81.25% from 255 or 32.91% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #AACFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFFC is #553003. Grayscale: #C8C8C8. Windows color (decimal): -5582852 or 16568234. OLE color: 16568234.
HSL color Cylindrical-coordinate representation of color #AACFFC: hue angle of 212.93º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AACFFC is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 207 | 252 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.01 |
| HSL | 212.93º | 0.93% | 0.83% | - |
| HSV(B) | 212.93º | 0.33% | 0.99% | - |
| XYZ | 56.46 | 60.2 | 100.74 | - |
| YUV | 201.07 | 156.74 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 252 | 0.33 | 0.18 | 0 | 0.01 | 212.93 | 0.93 | 0.83 |
| Hex | AA | CF | FC | 21 | 12 | 0 | 1 | D5 | 5D | 53 |
| Octal | 252 | 317 | 374 | 41 | 22 | 0 | 1 | 325 | 135 | 123 |
| Binary | 10101010 | 11001111 | 11111100 | 100001 | 10010 | 0 | 1 | 11010101 | 1011101 | 1010011 |
Color Harmonies of #AACFFC
Complementary color
Monochromatic Colors of #AACFFC
Black with #AACFFC
Text Example
Text Example
White with #AACFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFFC; }
p { color: rgb(170,207,252); }
H1.HeaderClassName
{
color: #AACFFC;
}
.AnyTagClassName
{
color: #AACFFC;
}
</style>
background-color css
<style>
a { background-color: #AACFFC; }
a { background-color: rgb(170,207,252); }
div.DivClassName
{
background-color: #AACFFC;
}
.BgClassName
{
background-color: #AACFFC;
}
</style>
border-color css
<style>
span { border-color: #AACFFC; }
span { border-color: rgb(170,207,252); }
td.TdClassName
{
border-color: #AACFFC;
}
.TagClassName
{
border-color: #AACFFC;
}
</style>