Html Css Color HEX #A5C4FA Pale Cornflower Blue
📋 copy color: '#A5C4FA'red 165 ◦ green 196 ◦ blue 250
Shades of Pale Cornflower Blue #A5C4FA
Tints of Pale Cornflower Blue #A5C4FA
RGB
CMYK
RGB Variations
Color information
#A5C4FA (or 0xA5C4FA) is known color: Pale Cornflower Blue. HEX triplet: A5, C4 and FA. RGB value is (165,196,250). Sum of RGB (Red+Green+Blue) = 165+196+250=611 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.00% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5C4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C4FA is #5A3B05. Grayscale: #C0C0C0. Windows color (decimal): -5913350 or 16434341. OLE color: 16434341.
HSL color Cylindrical-coordinate representation of color #A5C4FA: hue angle of 218.12º degrees, saturation: 0.89, 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 #A5C4FA is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 196 | 250 | - |
| CMYK | 0.34 | 0.22 | 0 | 0.02 |
| HSL | 218.12º | 0.89% | 0.81% | - |
| HSV(B) | 218.12º | 0.34% | 0.98% | - |
| XYZ | 52.51 | 54.38 | 98.17 | - |
| YUV | 192.89 | 160.23 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 196 | 250 | 0.34 | 0.22 | 0 | 0.02 | 218.12 | 0.89 | 0.81 |
| Hex | A5 | C4 | FA | 22 | 16 | 0 | 2 | DA | 59 | 51 |
| Octal | 245 | 304 | 372 | 42 | 26 | 0 | 2 | 332 | 131 | 121 |
| Binary | 10100101 | 11000100 | 11111010 | 100010 | 10110 | 0 | 10 | 11011010 | 1011001 | 1010001 |
Color Harmonies of #A5C4FA
Complementary color
Monochromatic Colors of #A5C4FA
Black with #A5C4FA
Text Example
Text Example
White with #A5C4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C4FA; }
p { color: rgb(165,196,250); }
H1.HeaderClassName
{
color: #A5C4FA;
}
.AnyTagClassName
{
color: #A5C4FA;
}
</style>
background-color css
<style>
a { background-color: #A5C4FA; }
a { background-color: rgb(165,196,250); }
div.DivClassName
{
background-color: #A5C4FA;
}
.BgClassName
{
background-color: #A5C4FA;
}
</style>
border-color css
<style>
span { border-color: #A5C4FA; }
span { border-color: rgb(165,196,250); }
td.TdClassName
{
border-color: #A5C4FA;
}
.TagClassName
{
border-color: #A5C4FA;
}
</style>