Html Css Color HEX #ACC9F9 Pale Cornflower Blue
📋 copy color: '#ACC9F9'red 172 ◦ green 201 ◦ blue 249
Shades of Pale Cornflower Blue #ACC9F9
Tints of Pale Cornflower Blue #ACC9F9
RGB
CMYK
RGB Variations
Color information
#ACC9F9 (or 0xACC9F9) is known color: Pale Cornflower Blue. HEX triplet: AC, C9 and F9. RGB value is (172,201,249). Sum of RGB (Red+Green+Blue) = 172+201+249=622 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.65% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 249 (97.66% from 255 or 40.03% from 622); Max value from RGB is 249 - color contains mainly: blue. Hex color #ACC9F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACC9F9 is #533606. Grayscale: #C5C5C5. Windows color (decimal): -5453319 or 16370092. OLE color: 16370092.
HSL color Cylindrical-coordinate representation of color #ACC9F9: hue angle of 217.4º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACC9F9 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 172 | 201 | 249 | - |
CMYK | 0.31 | 0.19 | 0 | 0.02 |
HSL | 217.4º | 0.87% | 0.83% | - |
HSV(B) | 217.4º | 0.31% | 0.98% | - |
XYZ | 55 | 57.38 | 97.8 | - |
YUV | 197.8 | 156.89 | 109.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 201 | 249 | 0.31 | 0.19 | 0 | 0.02 | 217.4 | 0.87 | 0.83 |
Hex | AC | C9 | F9 | 1F | 13 | 0 | 2 | D9 | 57 | 53 |
Octal | 254 | 311 | 371 | 37 | 23 | 0 | 2 | 331 | 127 | 123 |
Binary | 10101100 | 11001001 | 11111001 | 11111 | 10011 | 0 | 10 | 11011001 | 1010111 | 1010011 |
Color Harmonies of #ACC9F9
Complementary color
Monochromatic Colors of #ACC9F9
Black with #ACC9F9
Text Example
Text Example
White with #ACC9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC9F9; }
p { color: rgb(172,201,249); }
H1.HeaderClassName
{
color: #ACC9F9;
}
.AnyTagClassName
{
color: #ACC9F9;
}
</style>
background-color css
<style>
a { background-color: #ACC9F9; }
a { background-color: rgb(172,201,249); }
div.DivClassName
{
background-color: #ACC9F9;
}
.BgClassName
{
background-color: #ACC9F9;
}
</style>
border-color css
<style>
span { border-color: #ACC9F9; }
span { border-color: rgb(172,201,249); }
td.TdClassName
{
border-color: #ACC9F9;
}
.TagClassName
{
border-color: #ACC9F9;
}
</style>