Html Css Color HEX #AACFFF Pale Cornflower Blue
📋 copy color: '#AACFFF'red 170 ◦ green 207 ◦ blue 255
Shades of Pale Cornflower Blue #AACFFF
Tints of Pale Cornflower Blue #AACFFF
RGB
CMYK
RGB Variations
Color information
#AACFFF (or 0xAACFFF) is known color: Pale Cornflower Blue. HEX triplet: AA, CF and FF. RGB value is (170,207,255). Sum of RGB (Red+Green+Blue) = 170+207+255=632 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.90% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 255 (100% from 255 or 40.35% from 632); Max value from RGB is 255 - color contains mainly: blue. Hex color #AACFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFFF is #553000. Grayscale: #C9C9C9. Windows color (decimal): -5582849 or 16764842. OLE color: 16764842.
HSL color Cylindrical-coordinate representation of color #AACFFF: hue angle of 213.88º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AACFFF is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 207 | 255 | - |
| CMYK | 0.33 | 0.19 | 0 | 0 |
| HSL | 213.88º | 1% | 0.83% | - |
| HSV(B) | 213.88º | 0.33% | 1% | - |
| XYZ | 56.94 | 60.39 | 103.26 | - |
| YUV | 201.41 | 158.24 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 255 | 0.33 | 0.19 | 0 | 0 | 213.88 | 1 | 0.83 |
| Hex | AA | CF | FF | 21 | 13 | 0 | 0 | D6 | 64 | 53 |
| Octal | 252 | 317 | 377 | 41 | 23 | 0 | 0 | 326 | 144 | 123 |
| Binary | 10101010 | 11001111 | 11111111 | 100001 | 10011 | 0 | 0 | 11010110 | 1100100 | 1010011 |
Color Harmonies of #AACFFF
Complementary color
Monochromatic Colors of #AACFFF
Black with #AACFFF
Text Example
Text Example
White with #AACFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFFF; }
p { color: rgb(170,207,255); }
H1.HeaderClassName
{
color: #AACFFF;
}
.AnyTagClassName
{
color: #AACFFF;
}
</style>
background-color css
<style>
a { background-color: #AACFFF; }
a { background-color: rgb(170,207,255); }
div.DivClassName
{
background-color: #AACFFF;
}
.BgClassName
{
background-color: #AACFFF;
}
</style>
border-color css
<style>
span { border-color: #AACFFF; }
span { border-color: rgb(170,207,255); }
td.TdClassName
{
border-color: #AACFFF;
}
.TagClassName
{
border-color: #AACFFF;
}
</style>