Html Css Color HEX #A5C8F8 Pale Cornflower Blue
📋 copy color: '#A5C8F8'red 165 ◦ green 200 ◦ blue 248
Shades of Pale Cornflower Blue #A5C8F8
Tints of Pale Cornflower Blue #A5C8F8
RGB
CMYK
RGB Variations
Color information
#A5C8F8 (or 0xA5C8F8) is known color: Pale Cornflower Blue. HEX triplet: A5, C8 and F8. RGB value is (165,200,248). Sum of RGB (Red+Green+Blue) = 165+200+248=613 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.92% from 613); Green value is 200 (78.52% from 255 or 32.63% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #A5C8F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5C8F8 is #5A3707. Grayscale: #C2C2C2. Windows color (decimal): -5912328 or 16304293. OLE color: 16304293.
HSL color Cylindrical-coordinate representation of color #A5C8F8: hue angle of 214.7º 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 #A5C8F8 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 200 | 248 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.03 |
| HSL | 214.7º | 0.86% | 0.81% | - |
| HSV(B) | 214.7º | 0.33% | 0.97% | - |
| XYZ | 53.11 | 56.09 | 96.83 | - |
| YUV | 195.01 | 157.9 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 200 | 248 | 0.33 | 0.19 | 0 | 0.03 | 214.7 | 0.86 | 0.81 |
| Hex | A5 | C8 | F8 | 21 | 13 | 0 | 3 | D7 | 56 | 51 |
| Octal | 245 | 310 | 370 | 41 | 23 | 0 | 3 | 327 | 126 | 121 |
| Binary | 10100101 | 11001000 | 11111000 | 100001 | 10011 | 0 | 11 | 11010111 | 1010110 | 1010001 |
Color Harmonies of #A5C8F8
Complementary color
Monochromatic Colors of #A5C8F8
Black with #A5C8F8
Text Example
Text Example
White with #A5C8F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5C8F8; }
p { color: rgb(165,200,248); }
H1.HeaderClassName
{
color: #A5C8F8;
}
.AnyTagClassName
{
color: #A5C8F8;
}
</style>
background-color css
<style>
a { background-color: #A5C8F8; }
a { background-color: rgb(165,200,248); }
div.DivClassName
{
background-color: #A5C8F8;
}
.BgClassName
{
background-color: #A5C8F8;
}
</style>
border-color css
<style>
span { border-color: #A5C8F8; }
span { border-color: rgb(165,200,248); }
td.TdClassName
{
border-color: #A5C8F8;
}
.TagClassName
{
border-color: #A5C8F8;
}
</style>