Html Css Color HEX #AACFF5 Pale Cornflower Blue
📋 copy color: '#AACFF5'red 170 ◦ green 207 ◦ blue 245
Shades of Pale Cornflower Blue #AACFF5
Tints of Pale Cornflower Blue #AACFF5
RGB
CMYK
RGB Variations
Color information
#AACFF5 (or 0xAACFF5) is known color: Pale Cornflower Blue. HEX triplet: AA, CF and F5. RGB value is (170,207,245). Sum of RGB (Red+Green+Blue) = 170+207+245=622 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.33% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 245 - color contains mainly: blue. Hex color #AACFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACFF5 is #55300A. Grayscale: #C8C8C8. Windows color (decimal): -5582859 or 16109482. OLE color: 16109482.
HSL color Cylindrical-coordinate representation of color #AACFF5: hue angle of 210.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AACFF5 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 207 | 245 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.04 |
| HSL | 210.4º | 0.79% | 0.81% | - |
| HSV(B) | 210.4º | 0.31% | 0.96% | - |
| XYZ | 55.37 | 59.76 | 95 | - |
| YUV | 200.27 | 153.24 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 245 | 0.31 | 0.16 | 0 | 0.04 | 210.4 | 0.79 | 0.81 |
| Hex | AA | CF | F5 | 1F | 10 | 0 | 4 | D2 | 4F | 51 |
| Octal | 252 | 317 | 365 | 37 | 20 | 0 | 4 | 322 | 117 | 121 |
| Binary | 10101010 | 11001111 | 11110101 | 11111 | 10000 | 0 | 100 | 11010010 | 1001111 | 1010001 |
Color Harmonies of #AACFF5
Complementary color
Monochromatic Colors of #AACFF5
Black with #AACFF5
Text Example
Text Example
White with #AACFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFF5; }
p { color: rgb(170,207,245); }
H1.HeaderClassName
{
color: #AACFF5;
}
.AnyTagClassName
{
color: #AACFF5;
}
</style>
background-color css
<style>
a { background-color: #AACFF5; }
a { background-color: rgb(170,207,245); }
div.DivClassName
{
background-color: #AACFF5;
}
.BgClassName
{
background-color: #AACFF5;
}
</style>
border-color css
<style>
span { border-color: #AACFF5; }
span { border-color: rgb(170,207,245); }
td.TdClassName
{
border-color: #AACFF5;
}
.TagClassName
{
border-color: #AACFF5;
}
</style>