Html Css Color HEX #A5D1FF Pale Cornflower Blue
📋 copy color: '#A5D1FF'red 165 ◦ green 209 ◦ blue 255
Shades of Pale Cornflower Blue #A5D1FF
Tints of Pale Cornflower Blue #A5D1FF
RGB
CMYK
RGB Variations
Color information
#A5D1FF (or 0xA5D1FF) is known color: Pale Cornflower Blue. HEX triplet: A5, D1 and FF. RGB value is (165,209,255). Sum of RGB (Red+Green+Blue) = 165+209+255=629 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.23% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5D1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D1FF is #5A2E00. Grayscale: #C8C8C8. Windows color (decimal): -5910017 or 16765349. OLE color: 16765349.
HSL color Cylindrical-coordinate representation of color #A5D1FF: hue angle of 210.67º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5D1FF is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 209 | 255 | - |
| CMYK | 0.35 | 0.18 | 0 | 0 |
| HSL | 210.67º | 1% | 0.82% | - |
| HSV(B) | 210.67º | 0.35% | 1% | - |
| XYZ | 56.37 | 60.82 | 103.38 | - |
| YUV | 201.09 | 158.42 | 102.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 209 | 255 | 0.35 | 0.18 | 0 | 0 | 210.67 | 1 | 0.82 |
| Hex | A5 | D1 | FF | 23 | 12 | 0 | 0 | D3 | 64 | 52 |
| Octal | 245 | 321 | 377 | 43 | 22 | 0 | 0 | 323 | 144 | 122 |
| Binary | 10100101 | 11010001 | 11111111 | 100011 | 10010 | 0 | 0 | 11010011 | 1100100 | 1010010 |
Color Harmonies of #A5D1FF
Complementary color
Monochromatic Colors of #A5D1FF
Black with #A5D1FF
Text Example
Text Example
White with #A5D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D1FF; }
p { color: rgb(165,209,255); }
H1.HeaderClassName
{
color: #A5D1FF;
}
.AnyTagClassName
{
color: #A5D1FF;
}
</style>
background-color css
<style>
a { background-color: #A5D1FF; }
a { background-color: rgb(165,209,255); }
div.DivClassName
{
background-color: #A5D1FF;
}
.BgClassName
{
background-color: #A5D1FF;
}
</style>
border-color css
<style>
span { border-color: #A5D1FF; }
span { border-color: rgb(165,209,255); }
td.TdClassName
{
border-color: #A5D1FF;
}
.TagClassName
{
border-color: #A5D1FF;
}
</style>