Html Css Color HEX #A8C7FD Pale Cornflower Blue
📋 copy color: '#A8C7FD'red 168 ◦ green 199 ◦ blue 253
Shades of Pale Cornflower Blue #A8C7FD
Tints of Pale Cornflower Blue #A8C7FD
RGB
CMYK
RGB Variations
Color information
#A8C7FD (or 0xA8C7FD) is known color: Pale Cornflower Blue. HEX triplet: A8, C7 and FD. RGB value is (168,199,253). Sum of RGB (Red+Green+Blue) = 168+199+253=620 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.10% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8C7FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C7FD is #573802. Grayscale: #C3C3C3. Windows color (decimal): -5715971 or 16631720. OLE color: 16631720.
HSL color Cylindrical-coordinate representation of color #A8C7FD: hue angle of 218.12º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8C7FD is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 199 | 253 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.01 |
| HSL | 218.12º | 0.96% | 0.83% | - |
| HSV(B) | 218.12º | 0.34% | 0.99% | - |
| XYZ | 54.3 | 56.26 | 100.93 | - |
| YUV | 195.89 | 160.23 | 108.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 199 | 253 | 0.34 | 0.21 | 0 | 0.01 | 218.12 | 0.96 | 0.83 |
| Hex | A8 | C7 | FD | 22 | 15 | 0 | 1 | DA | 60 | 53 |
| Octal | 250 | 307 | 375 | 42 | 25 | 0 | 1 | 332 | 140 | 123 |
| Binary | 10101000 | 11000111 | 11111101 | 100010 | 10101 | 0 | 1 | 11011010 | 1100000 | 1010011 |
Color Harmonies of #A8C7FD
Complementary color
Monochromatic Colors of #A8C7FD
Black with #A8C7FD
Text Example
Text Example
White with #A8C7FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C7FD; }
p { color: rgb(168,199,253); }
H1.HeaderClassName
{
color: #A8C7FD;
}
.AnyTagClassName
{
color: #A8C7FD;
}
</style>
background-color css
<style>
a { background-color: #A8C7FD; }
a { background-color: rgb(168,199,253); }
div.DivClassName
{
background-color: #A8C7FD;
}
.BgClassName
{
background-color: #A8C7FD;
}
</style>
border-color css
<style>
span { border-color: #A8C7FD; }
span { border-color: rgb(168,199,253); }
td.TdClassName
{
border-color: #A8C7FD;
}
.TagClassName
{
border-color: #A8C7FD;
}
</style>