Html Css Color HEX #A5C6F8 Pale Cornflower Blue
📋 copy color: '#A5C6F8'red 165 ◦ green 198 ◦ blue 248
Shades of Pale Cornflower Blue #A5C6F8
Tints of Pale Cornflower Blue #A5C6F8
RGB
CMYK
RGB Variations
Color information
#A5C6F8 (or 0xA5C6F8) is known color: Pale Cornflower Blue. HEX triplet: A5, C6 and F8. RGB value is (165,198,248). Sum of RGB (Red+Green+Blue) = 165+198+248=611 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.00% from 611); Green value is 198 (77.73% from 255 or 32.41% from 611); Blue value is 248 (97.27% from 255 or 40.59% from 611); Max value from RGB is 248 - color contains mainly: blue. Hex color #A5C6F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C6F8 is #5A3907. Grayscale: #C1C1C1. Windows color (decimal): -5912840 or 16303781. OLE color: 16303781.
HSL color Cylindrical-coordinate representation of color #A5C6F8: hue angle of 216.14º degrees, saturation: 0.86, 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 #A5C6F8 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 198 | 248 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.03 |
| HSL | 216.14º | 0.86% | 0.81% | - |
| HSV(B) | 216.14º | 0.33% | 0.97% | - |
| XYZ | 52.65 | 55.16 | 96.68 | - |
| YUV | 193.83 | 158.57 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 198 | 248 | 0.33 | 0.20 | 0 | 0.03 | 216.14 | 0.86 | 0.81 |
| Hex | A5 | C6 | F8 | 21 | 14 | 0 | 3 | D8 | 56 | 51 |
| Octal | 245 | 306 | 370 | 41 | 24 | 0 | 3 | 330 | 126 | 121 |
| Binary | 10100101 | 11000110 | 11111000 | 100001 | 10100 | 0 | 11 | 11011000 | 1010110 | 1010001 |
Color Harmonies of #A5C6F8
Complementary color
Monochromatic Colors of #A5C6F8
Black with #A5C6F8
Text Example
Text Example
White with #A5C6F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C6F8; }
p { color: rgb(165,198,248); }
H1.HeaderClassName
{
color: #A5C6F8;
}
.AnyTagClassName
{
color: #A5C6F8;
}
</style>
background-color css
<style>
a { background-color: #A5C6F8; }
a { background-color: rgb(165,198,248); }
div.DivClassName
{
background-color: #A5C6F8;
}
.BgClassName
{
background-color: #A5C6F8;
}
</style>
border-color css
<style>
span { border-color: #A5C6F8; }
span { border-color: rgb(165,198,248); }
td.TdClassName
{
border-color: #A5C6F8;
}
.TagClassName
{
border-color: #A5C6F8;
}
</style>