Html Css Color HEX #A8C9ED Pale Cornflower Blue
📋 copy color: '#A8C9ED'red 168 ◦ green 201 ◦ blue 237
Shades of Pale Cornflower Blue #A8C9ED
Tints of Pale Cornflower Blue #A8C9ED
RGB
CMYK
RGB Variations
Color information
#A8C9ED (or 0xA8C9ED) is known color: Pale Cornflower Blue. HEX triplet: A8, C9 and ED. RGB value is (168,201,237). Sum of RGB (Red+Green+Blue) = 168+201+237=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8C9ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C9ED is #573612. Grayscale: #C3C3C3. Windows color (decimal): -5715475 or 15583656. OLE color: 15583656.
HSL color Cylindrical-coordinate representation of color #A8C9ED: hue angle of 211.3º degrees, saturation: 0.66, 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 #A8C9ED is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 201 | 237 | - |
| CMYK | 0.29 | 0.15 | 0 | 0.07 |
| HSL | 211.3º | 0.66% | 0.79% | - |
| HSV(B) | 211.3º | 0.29% | 0.93% | - |
| XYZ | 52.32 | 56.21 | 88.21 | - |
| YUV | 195.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 201 | 237 | 0.29 | 0.15 | 0 | 0.07 | 211.3 | 0.66 | 0.79 |
| Hex | A8 | C9 | ED | 1D | F | 0 | 7 | D3 | 42 | 4F |
| Octal | 250 | 311 | 355 | 35 | 17 | 0 | 7 | 323 | 102 | 117 |
| Binary | 10101000 | 11001001 | 11101101 | 11101 | 1111 | 0 | 111 | 11010011 | 1000010 | 1001111 |
Color Harmonies of #A8C9ED
Complementary color
Monochromatic Colors of #A8C9ED
Black with #A8C9ED
Text Example
Text Example
White with #A8C9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C9ED; }
p { color: rgb(168,201,237); }
H1.HeaderClassName
{
color: #A8C9ED;
}
.AnyTagClassName
{
color: #A8C9ED;
}
</style>
background-color css
<style>
a { background-color: #A8C9ED; }
a { background-color: rgb(168,201,237); }
div.DivClassName
{
background-color: #A8C9ED;
}
.BgClassName
{
background-color: #A8C9ED;
}
</style>
border-color css
<style>
span { border-color: #A8C9ED; }
span { border-color: rgb(168,201,237); }
td.TdClassName
{
border-color: #A8C9ED;
}
.TagClassName
{
border-color: #A8C9ED;
}
</style>