Html Css Color HEX #ACC9F8 Pale Cornflower Blue
📋 copy color: '#ACC9F8'red 172 ◦ green 201 ◦ blue 248
Shades of Pale Cornflower Blue #ACC9F8
Tints of Pale Cornflower Blue #ACC9F8
RGB
CMYK
RGB Variations
Color information
#ACC9F8 (or 0xACC9F8) is known color: Pale Cornflower Blue. HEX triplet: AC, C9 and F8. RGB value is (172,201,248). Sum of RGB (Red+Green+Blue) = 172+201+248=621 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.70% from 621); Green value is 201 (78.91% from 255 or 32.37% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 248 - color contains mainly: blue. Hex color #ACC9F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC9F8 is #533607. Grayscale: #C5C5C5. Windows color (decimal): -5453320 or 16304556. OLE color: 16304556.
HSL color Cylindrical-coordinate representation of color #ACC9F8: hue angle of 217.11º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC9F8 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 201 | 248 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.03 |
| HSL | 217.11º | 0.84% | 0.82% | - |
| HSV(B) | 217.11º | 0.31% | 0.97% | - |
| XYZ | 54.84 | 57.32 | 96.98 | - |
| YUV | 197.69 | 156.39 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 248 | 0.31 | 0.19 | 0 | 0.03 | 217.11 | 0.84 | 0.82 |
| Hex | AC | C9 | F8 | 1F | 13 | 0 | 3 | D9 | 54 | 52 |
| Octal | 254 | 311 | 370 | 37 | 23 | 0 | 3 | 331 | 124 | 122 |
| Binary | 10101100 | 11001001 | 11111000 | 11111 | 10011 | 0 | 11 | 11011001 | 1010100 | 1010010 |
Color Harmonies of #ACC9F8
Complementary color
Monochromatic Colors of #ACC9F8
Black with #ACC9F8
Text Example
Text Example
White with #ACC9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC9F8; }
p { color: rgb(172,201,248); }
H1.HeaderClassName
{
color: #ACC9F8;
}
.AnyTagClassName
{
color: #ACC9F8;
}
</style>
background-color css
<style>
a { background-color: #ACC9F8; }
a { background-color: rgb(172,201,248); }
div.DivClassName
{
background-color: #ACC9F8;
}
.BgClassName
{
background-color: #ACC9F8;
}
</style>
border-color css
<style>
span { border-color: #ACC9F8; }
span { border-color: rgb(172,201,248); }
td.TdClassName
{
border-color: #ACC9F8;
}
.TagClassName
{
border-color: #ACC9F8;
}
</style>