Html Css Color HEX #A8CEF1 Pale Cornflower Blue
📋 copy color: '#A8CEF1'red 168 ◦ green 206 ◦ blue 241
Shades of Pale Cornflower Blue #A8CEF1
Tints of Pale Cornflower Blue #A8CEF1
RGB
CMYK
RGB Variations
Color information
#A8CEF1 (or 0xA8CEF1) is known color: Pale Cornflower Blue. HEX triplet: A8, CE and F1. RGB value is (168,206,241). Sum of RGB (Red+Green+Blue) = 168+206+241=615 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.32% from 615); Green value is 206 (80.86% from 255 or 33.50% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #A8CEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CEF1 is #57310E. Grayscale: #C6C6C6. Windows color (decimal): -5714191 or 15847080. OLE color: 15847080.
HSL color Cylindrical-coordinate representation of color #A8CEF1: hue angle of 208.77º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8CEF1 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 206 | 241 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.05 |
| HSL | 208.77º | 0.72% | 0.8% | - |
| HSV(B) | 208.77º | 0.3% | 0.95% | - |
| XYZ | 54.1 | 58.82 | 91.72 | - |
| YUV | 198.63 | 151.91 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 241 | 0.30 | 0.15 | 0 | 0.05 | 208.77 | 0.72 | 0.8 |
| Hex | A8 | CE | F1 | 1E | F | 0 | 5 | D1 | 48 | 50 |
| Octal | 250 | 316 | 361 | 36 | 17 | 0 | 5 | 321 | 110 | 120 |
| Binary | 10101000 | 11001110 | 11110001 | 11110 | 1111 | 0 | 101 | 11010001 | 1001000 | 1010000 |
Color Harmonies of #A8CEF1
Complementary color
Monochromatic Colors of #A8CEF1
Black with #A8CEF1
Text Example
Text Example
White with #A8CEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEF1; }
p { color: rgb(168,206,241); }
H1.HeaderClassName
{
color: #A8CEF1;
}
.AnyTagClassName
{
color: #A8CEF1;
}
</style>
background-color css
<style>
a { background-color: #A8CEF1; }
a { background-color: rgb(168,206,241); }
div.DivClassName
{
background-color: #A8CEF1;
}
.BgClassName
{
background-color: #A8CEF1;
}
</style>
border-color css
<style>
span { border-color: #A8CEF1; }
span { border-color: rgb(168,206,241); }
td.TdClassName
{
border-color: #A8CEF1;
}
.TagClassName
{
border-color: #A8CEF1;
}
</style>