Html Css Color HEX #A8C8F6 Pale Cornflower Blue
📋 copy color: '#A8C8F6'red 168 ◦ green 200 ◦ blue 246
Shades of Pale Cornflower Blue #A8C8F6
Tints of Pale Cornflower Blue #A8C8F6
RGB
CMYK
RGB Variations
Color information
#A8C8F6 (or 0xA8C8F6) is known color: Pale Cornflower Blue. HEX triplet: A8, C8 and F6. RGB value is (168,200,246). Sum of RGB (Red+Green+Blue) = 168+200+246=614 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.36% from 614); Green value is 200 (78.52% from 255 or 32.57% from 614); Blue value is 246 (96.48% from 255 or 40.07% from 614); Max value from RGB is 246 - color contains mainly: blue. Hex color #A8C8F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8C8F6 is #573709. Grayscale: #C3C3C3. Windows color (decimal): -5715722 or 16173224. OLE color: 16173224.
HSL color Cylindrical-coordinate representation of color #A8C8F6: hue angle of 215.38º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8C8F6 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 200 | 246 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.04 |
| HSL | 215.38º | 0.81% | 0.81% | - |
| HSV(B) | 215.38º | 0.32% | 0.96% | - |
| XYZ | 53.44 | 56.29 | 95.24 | - |
| YUV | 195.68 | 156.4 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 200 | 246 | 0.32 | 0.19 | 0 | 0.04 | 215.38 | 0.81 | 0.81 |
| Hex | A8 | C8 | F6 | 20 | 13 | 0 | 4 | D7 | 51 | 51 |
| Octal | 250 | 310 | 366 | 40 | 23 | 0 | 4 | 327 | 121 | 121 |
| Binary | 10101000 | 11001000 | 11110110 | 100000 | 10011 | 0 | 100 | 11010111 | 1010001 | 1010001 |
Color Harmonies of #A8C8F6
Complementary color
Monochromatic Colors of #A8C8F6
Black with #A8C8F6
Text Example
Text Example
White with #A8C8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C8F6; }
p { color: rgb(168,200,246); }
H1.HeaderClassName
{
color: #A8C8F6;
}
.AnyTagClassName
{
color: #A8C8F6;
}
</style>
background-color css
<style>
a { background-color: #A8C8F6; }
a { background-color: rgb(168,200,246); }
div.DivClassName
{
background-color: #A8C8F6;
}
.BgClassName
{
background-color: #A8C8F6;
}
</style>
border-color css
<style>
span { border-color: #A8C8F6; }
span { border-color: rgb(168,200,246); }
td.TdClassName
{
border-color: #A8C8F6;
}
.TagClassName
{
border-color: #A8C8F6;
}
</style>