Html Css Color HEX #A5D2FC Pale Cornflower Blue
📋 copy color: '#A5D2FC'red 165 ◦ green 210 ◦ blue 252
Shades of Pale Cornflower Blue #A5D2FC
Tints of Pale Cornflower Blue #A5D2FC
RGB
CMYK
RGB Variations
Color information
#A5D2FC (or 0xA5D2FC) is known color: Pale Cornflower Blue. HEX triplet: A5, D2 and FC. RGB value is (165,210,252). Sum of RGB (Red+Green+Blue) = 165+210+252=627 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.32% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5D2FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D2FC is #5A2D03. Grayscale: #C9C9C9. Windows color (decimal): -5909764 or 16568997. OLE color: 16568997.
HSL color Cylindrical-coordinate representation of color #A5D2FC: hue angle of 208.97º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5D2FC is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 210 | 252 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.01 |
| HSL | 208.97º | 0.94% | 0.82% | - |
| HSV(B) | 208.97º | 0.35% | 0.99% | - |
| XYZ | 56.13 | 61.12 | 100.93 | - |
| YUV | 201.33 | 156.59 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 210 | 252 | 0.35 | 0.17 | 0 | 0.01 | 208.97 | 0.94 | 0.82 |
| Hex | A5 | D2 | FC | 23 | 11 | 0 | 1 | D1 | 5E | 52 |
| Octal | 245 | 322 | 374 | 43 | 21 | 0 | 1 | 321 | 136 | 122 |
| Binary | 10100101 | 11010010 | 11111100 | 100011 | 10001 | 0 | 1 | 11010001 | 1011110 | 1010010 |
Color Harmonies of #A5D2FC
Complementary color
Monochromatic Colors of #A5D2FC
Black with #A5D2FC
Text Example
Text Example
White with #A5D2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D2FC; }
p { color: rgb(165,210,252); }
H1.HeaderClassName
{
color: #A5D2FC;
}
.AnyTagClassName
{
color: #A5D2FC;
}
</style>
background-color css
<style>
a { background-color: #A5D2FC; }
a { background-color: rgb(165,210,252); }
div.DivClassName
{
background-color: #A5D2FC;
}
.BgClassName
{
background-color: #A5D2FC;
}
</style>
border-color css
<style>
span { border-color: #A5D2FC; }
span { border-color: rgb(165,210,252); }
td.TdClassName
{
border-color: #A5D2FC;
}
.TagClassName
{
border-color: #A5D2FC;
}
</style>