Html Css Color HEX #A5CAF7 Pale Cornflower Blue
📋 copy color: '#A5CAF7'red 165 ◦ green 202 ◦ blue 247
Shades of Pale Cornflower Blue #A5CAF7
Tints of Pale Cornflower Blue #A5CAF7
RGB
CMYK
RGB Variations
Color information
#A5CAF7 (or 0xA5CAF7) is known color: Pale Cornflower Blue. HEX triplet: A5, CA and F7. RGB value is (165,202,247). Sum of RGB (Red+Green+Blue) = 165+202+247=614 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.87% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 247 (96.88% from 255 or 40.23% from 614); Max value from RGB is 247 - color contains mainly: blue. Hex color #A5CAF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5CAF7 is #5A3508. Grayscale: #C3C3C3. Windows color (decimal): -5911817 or 16239269. OLE color: 16239269.
HSL color Cylindrical-coordinate representation of color #A5CAF7: hue angle of 212.93º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5CAF7 is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 202 | 247 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.03 |
| HSL | 212.93º | 0.84% | 0.81% | - |
| HSV(B) | 212.93º | 0.33% | 0.97% | - |
| XYZ | 53.43 | 56.96 | 96.17 | - |
| YUV | 196.07 | 156.74 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 202 | 247 | 0.33 | 0.18 | 0 | 0.03 | 212.93 | 0.84 | 0.81 |
| Hex | A5 | CA | F7 | 21 | 12 | 0 | 3 | D5 | 54 | 51 |
| Octal | 245 | 312 | 367 | 41 | 22 | 0 | 3 | 325 | 124 | 121 |
| Binary | 10100101 | 11001010 | 11110111 | 100001 | 10010 | 0 | 11 | 11010101 | 1010100 | 1010001 |
Color Harmonies of #A5CAF7
Complementary color
Monochromatic Colors of #A5CAF7
Black with #A5CAF7
Text Example
Text Example
White with #A5CAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5CAF7; }
p { color: rgb(165,202,247); }
H1.HeaderClassName
{
color: #A5CAF7;
}
.AnyTagClassName
{
color: #A5CAF7;
}
</style>
background-color css
<style>
a { background-color: #A5CAF7; }
a { background-color: rgb(165,202,247); }
div.DivClassName
{
background-color: #A5CAF7;
}
.BgClassName
{
background-color: #A5CAF7;
}
</style>
border-color css
<style>
span { border-color: #A5CAF7; }
span { border-color: rgb(165,202,247); }
td.TdClassName
{
border-color: #A5CAF7;
}
.TagClassName
{
border-color: #A5CAF7;
}
</style>