Html Css Color HEX #A3C7FA Pale Cornflower Blue
📋 copy color: '#A3C7FA'red 163 ◦ green 199 ◦ blue 250
Shades of Pale Cornflower Blue #A3C7FA
Tints of Pale Cornflower Blue #A3C7FA
RGB
CMYK
RGB Variations
Color information
#A3C7FA (or 0xA3C7FA) is known color: Pale Cornflower Blue. HEX triplet: A3, C7 and FA. RGB value is (163,199,250). Sum of RGB (Red+Green+Blue) = 163+199+250=612 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.63% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #A3C7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C7FA is #5C3805. Grayscale: #C1C1C1. Windows color (decimal): -6043654 or 16435107. OLE color: 16435107.
HSL color Cylindrical-coordinate representation of color #A3C7FA: hue angle of 215.17º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3C7FA is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 199 | 250 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.02 |
| HSL | 215.17º | 0.9% | 0.81% | - |
| HSV(B) | 215.17º | 0.35% | 0.98% | - |
| XYZ | 52.78 | 55.54 | 98.38 | - |
| YUV | 194.05 | 159.57 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 199 | 250 | 0.35 | 0.20 | 0 | 0.02 | 215.17 | 0.9 | 0.81 |
| Hex | A3 | C7 | FA | 23 | 14 | 0 | 2 | D7 | 5A | 51 |
| Octal | 243 | 307 | 372 | 43 | 24 | 0 | 2 | 327 | 132 | 121 |
| Binary | 10100011 | 11000111 | 11111010 | 100011 | 10100 | 0 | 10 | 11010111 | 1011010 | 1010001 |
Color Harmonies of #A3C7FA
Complementary color
Monochromatic Colors of #A3C7FA
Black with #A3C7FA
Text Example
Text Example
White with #A3C7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C7FA; }
p { color: rgb(163,199,250); }
H1.HeaderClassName
{
color: #A3C7FA;
}
.AnyTagClassName
{
color: #A3C7FA;
}
</style>
background-color css
<style>
a { background-color: #A3C7FA; }
a { background-color: rgb(163,199,250); }
div.DivClassName
{
background-color: #A3C7FA;
}
.BgClassName
{
background-color: #A3C7FA;
}
</style>
border-color css
<style>
span { border-color: #A3C7FA; }
span { border-color: rgb(163,199,250); }
td.TdClassName
{
border-color: #A3C7FA;
}
.TagClassName
{
border-color: #A3C7FA;
}
</style>