Html Css Color HEX #A4CFFA Pale Cornflower Blue
📋 copy color: '#A4CFFA'red 164 ◦ green 207 ◦ blue 250
Shades of Pale Cornflower Blue #A4CFFA
Tints of Pale Cornflower Blue #A4CFFA
RGB
CMYK
RGB Variations
Color information
#A4CFFA (or 0xA4CFFA) is known color: Pale Cornflower Blue. HEX triplet: A4, CF and FA. RGB value is (164,207,250). Sum of RGB (Red+Green+Blue) = 164+207+250=621 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.41% from 621); Green value is 207 (81.25% from 255 or 33.33% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4CFFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CFFA is #5B3005. Grayscale: #C6C6C6. Windows color (decimal): -5976070 or 16437156. OLE color: 16437156.
HSL color Cylindrical-coordinate representation of color #A4CFFA: hue angle of 210º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4CFFA is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 207 | 250 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.02 |
| HSL | 210º | 0.9% | 0.81% | - |
| HSV(B) | 210º | 0.34% | 0.98% | - |
| XYZ | 54.88 | 59.42 | 99.02 | - |
| YUV | 199.05 | 156.75 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 250 | 0.34 | 0.17 | 0 | 0.02 | 210 | 0.9 | 0.81 |
| Hex | A4 | CF | FA | 22 | 11 | 0 | 2 | D2 | 5A | 51 |
| Octal | 244 | 317 | 372 | 42 | 21 | 0 | 2 | 322 | 132 | 121 |
| Binary | 10100100 | 11001111 | 11111010 | 100010 | 10001 | 0 | 10 | 11010010 | 1011010 | 1010001 |
Color Harmonies of #A4CFFA
Complementary color
Monochromatic Colors of #A4CFFA
Black with #A4CFFA
Text Example
Text Example
White with #A4CFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CFFA; }
p { color: rgb(164,207,250); }
H1.HeaderClassName
{
color: #A4CFFA;
}
.AnyTagClassName
{
color: #A4CFFA;
}
</style>
background-color css
<style>
a { background-color: #A4CFFA; }
a { background-color: rgb(164,207,250); }
div.DivClassName
{
background-color: #A4CFFA;
}
.BgClassName
{
background-color: #A4CFFA;
}
</style>
border-color css
<style>
span { border-color: #A4CFFA; }
span { border-color: rgb(164,207,250); }
td.TdClassName
{
border-color: #A4CFFA;
}
.TagClassName
{
border-color: #A4CFFA;
}
</style>