Html Css Color HEX #A8CEF6 Pale Cornflower Blue
📋 copy color: '#A8CEF6'red 168 ◦ green 206 ◦ blue 246
Shades of Pale Cornflower Blue #A8CEF6
Tints of Pale Cornflower Blue #A8CEF6
RGB
CMYK
RGB Variations
Color information
#A8CEF6 (or 0xA8CEF6) is known color: Pale Cornflower Blue. HEX triplet: A8, CE and F6. RGB value is (168,206,246). Sum of RGB (Red+Green+Blue) = 168+206+246=620 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.10% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 246 (96.48% from 255 or 39.68% from 620); Max value from RGB is 246 - color contains mainly: blue. Hex color #A8CEF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CEF6 is #573109. Grayscale: #C7C7C7. Windows color (decimal): -5714186 or 16174760. OLE color: 16174760.
HSL color Cylindrical-coordinate representation of color #A8CEF6: hue angle of 210.77º 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 #A8CEF6 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 206 | 246 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.04 |
| HSL | 210.77º | 0.81% | 0.81% | - |
| HSV(B) | 210.77º | 0.32% | 0.96% | - |
| XYZ | 54.85 | 59.12 | 95.71 | - |
| YUV | 199.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 246 | 0.32 | 0.16 | 0 | 0.04 | 210.77 | 0.81 | 0.81 |
| Hex | A8 | CE | F6 | 20 | 10 | 0 | 4 | D3 | 51 | 51 |
| Octal | 250 | 316 | 366 | 40 | 20 | 0 | 4 | 323 | 121 | 121 |
| Binary | 10101000 | 11001110 | 11110110 | 100000 | 10000 | 0 | 100 | 11010011 | 1010001 | 1010001 |
Color Harmonies of #A8CEF6
Complementary color
Monochromatic Colors of #A8CEF6
Black with #A8CEF6
Text Example
Text Example
White with #A8CEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEF6; }
p { color: rgb(168,206,246); }
H1.HeaderClassName
{
color: #A8CEF6;
}
.AnyTagClassName
{
color: #A8CEF6;
}
</style>
background-color css
<style>
a { background-color: #A8CEF6; }
a { background-color: rgb(168,206,246); }
div.DivClassName
{
background-color: #A8CEF6;
}
.BgClassName
{
background-color: #A8CEF6;
}
</style>
border-color css
<style>
span { border-color: #A8CEF6; }
span { border-color: rgb(168,206,246); }
td.TdClassName
{
border-color: #A8CEF6;
}
.TagClassName
{
border-color: #A8CEF6;
}
</style>