Html Css Color HEX #A5D0FF Pale Cornflower Blue
📋 copy color: '#A5D0FF'red 165 ◦ green 208 ◦ blue 255
Shades of Pale Cornflower Blue #A5D0FF
Tints of Pale Cornflower Blue #A5D0FF
RGB
CMYK
RGB Variations
Color information
#A5D0FF (or 0xA5D0FF) is known color: Pale Cornflower Blue. HEX triplet: A5, D0 and FF. RGB value is (165,208,255). Sum of RGB (Red+Green+Blue) = 165+208+255=628 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.27% from 628); Green value is 208 (81.64% from 255 or 33.12% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5D0FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D0FF is #5A2F00. Grayscale: #C8C8C8. Windows color (decimal): -5910273 or 16765093. OLE color: 16765093.
HSL color Cylindrical-coordinate representation of color #A5D0FF: hue angle of 211.33º 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 #A5D0FF is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 208 | 255 | - |
| CMYK | 0.35 | 0.18 | 0 | 0 |
| HSL | 211.33º | 1% | 0.82% | - |
| HSV(B) | 211.33º | 0.35% | 1% | - |
| XYZ | 56.12 | 60.33 | 103.29 | - |
| YUV | 200.5 | 158.75 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 208 | 255 | 0.35 | 0.18 | 0 | 0 | 211.33 | 1 | 0.82 |
| Hex | A5 | D0 | FF | 23 | 12 | 0 | 0 | D3 | 64 | 52 |
| Octal | 245 | 320 | 377 | 43 | 22 | 0 | 0 | 323 | 144 | 122 |
| Binary | 10100101 | 11010000 | 11111111 | 100011 | 10010 | 0 | 0 | 11010011 | 1100100 | 1010010 |
Color Harmonies of #A5D0FF
Complementary color
Monochromatic Colors of #A5D0FF
Black with #A5D0FF
Text Example
Text Example
White with #A5D0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D0FF; }
p { color: rgb(165,208,255); }
H1.HeaderClassName
{
color: #A5D0FF;
}
.AnyTagClassName
{
color: #A5D0FF;
}
</style>
background-color css
<style>
a { background-color: #A5D0FF; }
a { background-color: rgb(165,208,255); }
div.DivClassName
{
background-color: #A5D0FF;
}
.BgClassName
{
background-color: #A5D0FF;
}
</style>
border-color css
<style>
span { border-color: #A5D0FF; }
span { border-color: rgb(165,208,255); }
td.TdClassName
{
border-color: #A5D0FF;
}
.TagClassName
{
border-color: #A5D0FF;
}
</style>