Html Css Color HEX #A5D2FA Pale Cornflower Blue
📋 copy color: '#A5D2FA'red 165 ◦ green 210 ◦ blue 250
Shades of Pale Cornflower Blue #A5D2FA
Tints of Pale Cornflower Blue #A5D2FA
RGB
CMYK
RGB Variations
Color information
#A5D2FA (or 0xA5D2FA) is known color: Pale Cornflower Blue. HEX triplet: A5, D2 and FA. RGB value is (165,210,250). Sum of RGB (Red+Green+Blue) = 165+210+250=625 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.4% from 625); Green value is 210 (82.42% from 255 or 33.6% 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 #A5D2FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D2FA is #5A2D05. Grayscale: #C8C8C8. Windows color (decimal): -5909766 or 16437925. OLE color: 16437925.
HSL color Cylindrical-coordinate representation of color #A5D2FA: hue angle of 208.24º 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 #A5D2FA is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 210 | 250 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.02 |
| HSL | 208.24º | 0.89% | 0.81% | - |
| HSV(B) | 208.24º | 0.34% | 0.98% | - |
| XYZ | 55.82 | 60.99 | 99.27 | - |
| YUV | 201.11 | 155.59 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 210 | 250 | 0.34 | 0.16 | 0 | 0.02 | 208.24 | 0.89 | 0.81 |
| Hex | A5 | D2 | FA | 22 | 10 | 0 | 2 | D0 | 59 | 51 |
| Octal | 245 | 322 | 372 | 42 | 20 | 0 | 2 | 320 | 131 | 121 |
| Binary | 10100101 | 11010010 | 11111010 | 100010 | 10000 | 0 | 10 | 11010000 | 1011001 | 1010001 |
Color Harmonies of #A5D2FA
Complementary color
Monochromatic Colors of #A5D2FA
Black with #A5D2FA
Text Example
Text Example
White with #A5D2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D2FA; }
p { color: rgb(165,210,250); }
H1.HeaderClassName
{
color: #A5D2FA;
}
.AnyTagClassName
{
color: #A5D2FA;
}
</style>
background-color css
<style>
a { background-color: #A5D2FA; }
a { background-color: rgb(165,210,250); }
div.DivClassName
{
background-color: #A5D2FA;
}
.BgClassName
{
background-color: #A5D2FA;
}
</style>
border-color css
<style>
span { border-color: #A5D2FA; }
span { border-color: rgb(165,210,250); }
td.TdClassName
{
border-color: #A5D2FA;
}
.TagClassName
{
border-color: #A5D2FA;
}
</style>