Html Css Color HEX #A8C8EF Pale Cornflower Blue
📋 copy color: '#A8C8EF'red 168 ◦ green 200 ◦ blue 239
Shades of Pale Cornflower Blue #A8C8EF
Tints of Pale Cornflower Blue #A8C8EF
RGB
CMYK
RGB Variations
Color information
#A8C8EF (or 0xA8C8EF) is known color: Pale Cornflower Blue. HEX triplet: A8, C8 and EF. RGB value is (168,200,239). Sum of RGB (Red+Green+Blue) = 168+200+239=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #A8C8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C8EF is #573710. Grayscale: #C2C2C2. Windows color (decimal): -5715729 or 15714472. OLE color: 15714472.
HSL color Cylindrical-coordinate representation of color #A8C8EF: hue angle of 212.96º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8C8EF is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 200 | 239 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.06 |
| HSL | 212.96º | 0.69% | 0.8% | - |
| HSV(B) | 212.96º | 0.3% | 0.94% | - |
| XYZ | 52.38 | 55.87 | 89.68 | - |
| YUV | 194.88 | 152.9 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 239 | 0.30 | 0.16 | 0 | 0.06 | 212.96 | 0.69 | 0.8 |
| Hex | A8 | C8 | EF | 1E | 10 | 0 | 6 | D5 | 45 | 50 |
| Octal | 250 | 310 | 357 | 36 | 20 | 0 | 6 | 325 | 105 | 120 |
| Binary | 10101000 | 11001000 | 11101111 | 11110 | 10000 | 0 | 110 | 11010101 | 1000101 | 1010000 |
Color Harmonies of #A8C8EF
Complementary color
Monochromatic Colors of #A8C8EF
Black with #A8C8EF
Text Example
Text Example
White with #A8C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C8EF; }
p { color: rgb(168,200,239); }
H1.HeaderClassName
{
color: #A8C8EF;
}
.AnyTagClassName
{
color: #A8C8EF;
}
</style>
background-color css
<style>
a { background-color: #A8C8EF; }
a { background-color: rgb(168,200,239); }
div.DivClassName
{
background-color: #A8C8EF;
}
.BgClassName
{
background-color: #A8C8EF;
}
</style>
border-color css
<style>
span { border-color: #A8C8EF; }
span { border-color: rgb(168,200,239); }
td.TdClassName
{
border-color: #A8C8EF;
}
.TagClassName
{
border-color: #A8C8EF;
}
</style>