Html Css Color HEX #A8D1FC Pale Cornflower Blue
📋 copy color: '#A8D1FC'red 168 ◦ green 209 ◦ blue 252
Shades of Pale Cornflower Blue #A8D1FC
Tints of Pale Cornflower Blue #A8D1FC
RGB
CMYK
RGB Variations
Color information
#A8D1FC (or 0xA8D1FC) is known color: Pale Cornflower Blue. HEX triplet: A8, D1 and FC. RGB value is (168,209,252). Sum of RGB (Red+Green+Blue) = 168+209+252=629 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.71% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #A8D1FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8D1FC is #572E03. Grayscale: #C9C9C9. Windows color (decimal): -5713412 or 16568744. OLE color: 16568744.
HSL color Cylindrical-coordinate representation of color #A8D1FC: hue angle of 210.71º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8D1FC is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 209 | 252 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.01 |
| HSL | 210.71º | 0.93% | 0.82% | - |
| HSV(B) | 210.71º | 0.33% | 0.99% | - |
| XYZ | 56.52 | 60.95 | 100.88 | - |
| YUV | 201.64 | 156.42 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 252 | 0.33 | 0.17 | 0 | 0.01 | 210.71 | 0.93 | 0.82 |
| Hex | A8 | D1 | FC | 21 | 11 | 0 | 1 | D3 | 5D | 52 |
| Octal | 250 | 321 | 374 | 41 | 21 | 0 | 1 | 323 | 135 | 122 |
| Binary | 10101000 | 11010001 | 11111100 | 100001 | 10001 | 0 | 1 | 11010011 | 1011101 | 1010010 |
Color Harmonies of #A8D1FC
Complementary color
Monochromatic Colors of #A8D1FC
Black with #A8D1FC
Text Example
Text Example
White with #A8D1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D1FC; }
p { color: rgb(168,209,252); }
H1.HeaderClassName
{
color: #A8D1FC;
}
.AnyTagClassName
{
color: #A8D1FC;
}
</style>
background-color css
<style>
a { background-color: #A8D1FC; }
a { background-color: rgb(168,209,252); }
div.DivClassName
{
background-color: #A8D1FC;
}
.BgClassName
{
background-color: #A8D1FC;
}
</style>
border-color css
<style>
span { border-color: #A8D1FC; }
span { border-color: rgb(168,209,252); }
td.TdClassName
{
border-color: #A8D1FC;
}
.TagClassName
{
border-color: #A8D1FC;
}
</style>