Html Css Color HEX #A5D1FE Pale Cornflower Blue
📋 copy color: '#A5D1FE'red 165 ◦ green 209 ◦ blue 254
Shades of Pale Cornflower Blue #A5D1FE
Tints of Pale Cornflower Blue #A5D1FE
RGB
CMYK
RGB Variations
Color information
#A5D1FE (or 0xA5D1FE) is known color: Pale Cornflower Blue. HEX triplet: A5, D1 and FE. RGB value is (165,209,254). Sum of RGB (Red+Green+Blue) = 165+209+254=628 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.27% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5D1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D1FE is #5A2E01. Grayscale: #C8C8C8. Windows color (decimal): -5910018 or 16699813. OLE color: 16699813.
HSL color Cylindrical-coordinate representation of color #A5D1FE: hue angle of 210.34º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5D1FE is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 209 | 254 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.00 |
| HSL | 210.34º | 0.98% | 0.82% | - |
| HSV(B) | 210.34º | 0.35% | 1% | - |
| XYZ | 56.21 | 60.76 | 102.53 | - |
| YUV | 200.97 | 157.92 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 209 | 254 | 0.35 | 0.18 | 0 | 0.00 | 210.34 | 0.98 | 0.82 |
| Hex | A5 | D1 | FE | 23 | 12 | 0 | 0 | D2 | 62 | 52 |
| Octal | 245 | 321 | 376 | 43 | 22 | 0 | 0 | 322 | 142 | 122 |
| Binary | 10100101 | 11010001 | 11111110 | 100011 | 10010 | 0 | 0 | 11010010 | 1100010 | 1010010 |
Color Harmonies of #A5D1FE
Complementary color
Monochromatic Colors of #A5D1FE
Black with #A5D1FE
Text Example
Text Example
White with #A5D1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D1FE; }
p { color: rgb(165,209,254); }
H1.HeaderClassName
{
color: #A5D1FE;
}
.AnyTagClassName
{
color: #A5D1FE;
}
</style>
background-color css
<style>
a { background-color: #A5D1FE; }
a { background-color: rgb(165,209,254); }
div.DivClassName
{
background-color: #A5D1FE;
}
.BgClassName
{
background-color: #A5D1FE;
}
</style>
border-color css
<style>
span { border-color: #A5D1FE; }
span { border-color: rgb(165,209,254); }
td.TdClassName
{
border-color: #A5D1FE;
}
.TagClassName
{
border-color: #A5D1FE;
}
</style>