Html Css Color HEX #A4D3FA Pale Cornflower Blue
📋 copy color: '#A4D3FA'red 164 ◦ green 211 ◦ blue 250
Shades of Pale Cornflower Blue #A4D3FA
Tints of Pale Cornflower Blue #A4D3FA
RGB
CMYK
RGB Variations
Color information
#A4D3FA (or 0xA4D3FA) is known color: Pale Cornflower Blue. HEX triplet: A4, D3 and FA. RGB value is (164,211,250). Sum of RGB (Red+Green+Blue) = 164+211+250=625 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.24% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4D3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D3FA is #5B2C05. Grayscale: #C9C9C9. Windows color (decimal): -5975046 or 16438180. OLE color: 16438180.
HSL color Cylindrical-coordinate representation of color #A4D3FA: hue angle of 207.21º 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 #A4D3FA is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 211 | 250 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.02 |
| HSL | 207.21º | 0.9% | 0.81% | - |
| HSV(B) | 207.21º | 0.34% | 0.98% | - |
| XYZ | 55.86 | 61.38 | 99.35 | - |
| YUV | 201.39 | 155.43 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 211 | 250 | 0.34 | 0.16 | 0 | 0.02 | 207.21 | 0.9 | 0.81 |
| Hex | A4 | D3 | FA | 22 | 10 | 0 | 2 | CF | 5A | 51 |
| Octal | 244 | 323 | 372 | 42 | 20 | 0 | 2 | 317 | 132 | 121 |
| Binary | 10100100 | 11010011 | 11111010 | 100010 | 10000 | 0 | 10 | 11001111 | 1011010 | 1010001 |
Color Harmonies of #A4D3FA
Complementary color
Monochromatic Colors of #A4D3FA
Black with #A4D3FA
Text Example
Text Example
White with #A4D3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D3FA; }
p { color: rgb(164,211,250); }
H1.HeaderClassName
{
color: #A4D3FA;
}
.AnyTagClassName
{
color: #A4D3FA;
}
</style>
background-color css
<style>
a { background-color: #A4D3FA; }
a { background-color: rgb(164,211,250); }
div.DivClassName
{
background-color: #A4D3FA;
}
.BgClassName
{
background-color: #A4D3FA;
}
</style>
border-color css
<style>
span { border-color: #A4D3FA; }
span { border-color: rgb(164,211,250); }
td.TdClassName
{
border-color: #A4D3FA;
}
.TagClassName
{
border-color: #A4D3FA;
}
</style>