Html Css Color HEX #A8CEFE Pale Cornflower Blue
📋 copy color: '#A8CEFE'red 168 ◦ green 206 ◦ blue 254
Shades of Pale Cornflower Blue #A8CEFE
Tints of Pale Cornflower Blue #A8CEFE
RGB
CMYK
RGB Variations
Color information
#A8CEFE (or 0xA8CEFE) is known color: Pale Cornflower Blue. HEX triplet: A8, CE and FE. RGB value is (168,206,254). Sum of RGB (Red+Green+Blue) = 168+206+254=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 254 (99.61% from 255 or 40.45% from 628); Max value from RGB is 254 - color contains mainly: blue. Hex color #A8CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CEFE is #573101. Grayscale: #C7C7C7. Windows color (decimal): -5714178 or 16699048. OLE color: 16699048.
HSL color Cylindrical-coordinate representation of color #A8CEFE: hue angle of 213.49º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8CEFE is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 206 | 254 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.00 |
| HSL | 213.49º | 0.98% | 0.83% | - |
| HSV(B) | 213.49º | 0.34% | 1% | - |
| XYZ | 56.11 | 59.62 | 102.32 | - |
| YUV | 200.11 | 158.41 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 254 | 0.34 | 0.19 | 0 | 0.00 | 213.49 | 0.98 | 0.83 |
| Hex | A8 | CE | FE | 22 | 13 | 0 | 0 | D5 | 62 | 53 |
| Octal | 250 | 316 | 376 | 42 | 23 | 0 | 0 | 325 | 142 | 123 |
| Binary | 10101000 | 11001110 | 11111110 | 100010 | 10011 | 0 | 0 | 11010101 | 1100010 | 1010011 |
Color Harmonies of #A8CEFE
Complementary color
Monochromatic Colors of #A8CEFE
Black with #A8CEFE
Text Example
Text Example
White with #A8CEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEFE; }
p { color: rgb(168,206,254); }
H1.HeaderClassName
{
color: #A8CEFE;
}
.AnyTagClassName
{
color: #A8CEFE;
}
</style>
background-color css
<style>
a { background-color: #A8CEFE; }
a { background-color: rgb(168,206,254); }
div.DivClassName
{
background-color: #A8CEFE;
}
.BgClassName
{
background-color: #A8CEFE;
}
</style>
border-color css
<style>
span { border-color: #A8CEFE; }
span { border-color: rgb(168,206,254); }
td.TdClassName
{
border-color: #A8CEFE;
}
.TagClassName
{
border-color: #A8CEFE;
}
</style>