Html Css Color HEX #A8C9EC Pale Cornflower Blue
📋 copy color: '#A8C9EC'red 168 ◦ green 201 ◦ blue 236
Shades of Pale Cornflower Blue #A8C9EC
Tints of Pale Cornflower Blue #A8C9EC
RGB
CMYK
RGB Variations
Color information
#A8C9EC (or 0xA8C9EC) is known color: Pale Cornflower Blue. HEX triplet: A8, C9 and EC. RGB value is (168,201,236). Sum of RGB (Red+Green+Blue) = 168+201+236=605 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.77% from 605); Green value is 201 (78.91% from 255 or 33.22% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #A8C9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C9EC is #573613. Grayscale: #C2C2C2. Windows color (decimal): -5715476 or 15518120. OLE color: 15518120.
HSL color Cylindrical-coordinate representation of color #A8C9EC: hue angle of 210.88º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8C9EC is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 201 | 236 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.07 |
| HSL | 210.88º | 0.64% | 0.79% | - |
| HSV(B) | 210.88º | 0.29% | 0.93% | - |
| XYZ | 52.18 | 56.15 | 87.45 | - |
| YUV | 195.12 | 151.07 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 236 | 0.29 | 0.15 | 0 | 0.07 | 210.88 | 0.64 | 0.79 |
| Hex | A8 | C9 | EC | 1D | F | 0 | 7 | D3 | 40 | 4F |
| Octal | 250 | 311 | 354 | 35 | 17 | 0 | 7 | 323 | 100 | 117 |
| Binary | 10101000 | 11001001 | 11101100 | 11101 | 1111 | 0 | 111 | 11010011 | 1000000 | 1001111 |
Color Harmonies of #A8C9EC
Complementary color
Monochromatic Colors of #A8C9EC
Black with #A8C9EC
Text Example
Text Example
White with #A8C9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C9EC; }
p { color: rgb(168,201,236); }
H1.HeaderClassName
{
color: #A8C9EC;
}
.AnyTagClassName
{
color: #A8C9EC;
}
</style>
background-color css
<style>
a { background-color: #A8C9EC; }
a { background-color: rgb(168,201,236); }
div.DivClassName
{
background-color: #A8C9EC;
}
.BgClassName
{
background-color: #A8C9EC;
}
</style>
border-color css
<style>
span { border-color: #A8C9EC; }
span { border-color: rgb(168,201,236); }
td.TdClassName
{
border-color: #A8C9EC;
}
.TagClassName
{
border-color: #A8C9EC;
}
</style>