Html Css Color HEX #A4D0FA Pale Cornflower Blue
📋 copy color: '#A4D0FA'red 164 ◦ green 208 ◦ blue 250
Shades of Pale Cornflower Blue #A4D0FA
Tints of Pale Cornflower Blue #A4D0FA
RGB
CMYK
RGB Variations
Color information
#A4D0FA (or 0xA4D0FA) is known color: Pale Cornflower Blue. HEX triplet: A4, D0 and FA. RGB value is (164,208,250). Sum of RGB (Red+Green+Blue) = 164+208+250=622 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.37% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4D0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D0FA is #5B2F05. Grayscale: #C7C7C7. Windows color (decimal): -5975814 or 16437412. OLE color: 16437412.
HSL color Cylindrical-coordinate representation of color #A4D0FA: hue angle of 209.3º 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 #A4D0FA is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 208 | 250 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.02 |
| HSL | 209.3º | 0.9% | 0.81% | - |
| HSV(B) | 209.3º | 0.34% | 0.98% | - |
| XYZ | 55.12 | 59.91 | 99.1 | - |
| YUV | 199.63 | 156.42 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 208 | 250 | 0.34 | 0.17 | 0 | 0.02 | 209.3 | 0.9 | 0.81 |
| Hex | A4 | D0 | FA | 22 | 11 | 0 | 2 | D1 | 5A | 51 |
| Octal | 244 | 320 | 372 | 42 | 21 | 0 | 2 | 321 | 132 | 121 |
| Binary | 10100100 | 11010000 | 11111010 | 100010 | 10001 | 0 | 10 | 11010001 | 1011010 | 1010001 |
Color Harmonies of #A4D0FA
Complementary color
Monochromatic Colors of #A4D0FA
Black with #A4D0FA
Text Example
Text Example
White with #A4D0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D0FA; }
p { color: rgb(164,208,250); }
H1.HeaderClassName
{
color: #A4D0FA;
}
.AnyTagClassName
{
color: #A4D0FA;
}
</style>
background-color css
<style>
a { background-color: #A4D0FA; }
a { background-color: rgb(164,208,250); }
div.DivClassName
{
background-color: #A4D0FA;
}
.BgClassName
{
background-color: #A4D0FA;
}
</style>
border-color css
<style>
span { border-color: #A4D0FA; }
span { border-color: rgb(164,208,250); }
td.TdClassName
{
border-color: #A4D0FA;
}
.TagClassName
{
border-color: #A4D0FA;
}
</style>