Html Css Color HEX #A8CEFF Pale Cornflower Blue
📋 copy color: '#A8CEFF'red 168 ◦ green 206 ◦ blue 255
Shades of Pale Cornflower Blue #A8CEFF
Tints of Pale Cornflower Blue #A8CEFF
RGB
CMYK
RGB Variations
Color information
#A8CEFF (or 0xA8CEFF) is known color: Pale Cornflower Blue. HEX triplet: A8, CE and FF. RGB value is (168,206,255). Sum of RGB (Red+Green+Blue) = 168+206+255=629 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.71% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #A8CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CEFF is #573100. Grayscale: #C7C7C7. Windows color (decimal): -5714177 or 16764584. OLE color: 16764584.
HSL color Cylindrical-coordinate representation of color #A8CEFF: hue angle of 213.79º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8CEFF is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 206 | 255 | - |
| CMYK | 0.34 | 0.19 | 0 | 0 |
| HSL | 213.79º | 1% | 0.83% | - |
| HSV(B) | 213.79º | 0.34% | 1% | - |
| XYZ | 56.27 | 59.69 | 103.16 | - |
| YUV | 200.22 | 158.91 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 255 | 0.34 | 0.19 | 0 | 0 | 213.79 | 1 | 0.83 |
| Hex | A8 | CE | FF | 22 | 13 | 0 | 0 | D6 | 64 | 53 |
| Octal | 250 | 316 | 377 | 42 | 23 | 0 | 0 | 326 | 144 | 123 |
| Binary | 10101000 | 11001110 | 11111111 | 100010 | 10011 | 0 | 0 | 11010110 | 1100100 | 1010011 |
Color Harmonies of #A8CEFF
Complementary color
Monochromatic Colors of #A8CEFF
Black with #A8CEFF
Text Example
Text Example
White with #A8CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEFF; }
p { color: rgb(168,206,255); }
H1.HeaderClassName
{
color: #A8CEFF;
}
.AnyTagClassName
{
color: #A8CEFF;
}
</style>
background-color css
<style>
a { background-color: #A8CEFF; }
a { background-color: rgb(168,206,255); }
div.DivClassName
{
background-color: #A8CEFF;
}
.BgClassName
{
background-color: #A8CEFF;
}
</style>
border-color css
<style>
span { border-color: #A8CEFF; }
span { border-color: rgb(168,206,255); }
td.TdClassName
{
border-color: #A8CEFF;
}
.TagClassName
{
border-color: #A8CEFF;
}
</style>