Html Css Color HEX #A8CEF2 Pale Cornflower Blue
📋 copy color: '#A8CEF2'red 168 ◦ green 206 ◦ blue 242
Shades of Pale Cornflower Blue #A8CEF2
Tints of Pale Cornflower Blue #A8CEF2
RGB
CMYK
RGB Variations
Color information
#A8CEF2 (or 0xA8CEF2) is known color: Pale Cornflower Blue. HEX triplet: A8, CE and F2. RGB value is (168,206,242). Sum of RGB (Red+Green+Blue) = 168+206+242=616 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.27% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 242 (94.92% from 255 or 39.29% from 616); Max value from RGB is 242 - color contains mainly: blue. Hex color #A8CEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8CEF2 is #57310D. Grayscale: #C6C6C6. Windows color (decimal): -5714190 or 15912616. OLE color: 15912616.
HSL color Cylindrical-coordinate representation of color #A8CEF2: hue angle of 209.19º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8CEF2 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 206 | 242 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.05 |
| HSL | 209.19º | 0.74% | 0.8% | - |
| HSV(B) | 209.19º | 0.31% | 0.95% | - |
| XYZ | 54.25 | 58.88 | 92.51 | - |
| YUV | 198.74 | 152.41 | 106.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 242 | 0.31 | 0.15 | 0 | 0.05 | 209.19 | 0.74 | 0.8 |
| Hex | A8 | CE | F2 | 1F | F | 0 | 5 | D1 | 4A | 50 |
| Octal | 250 | 316 | 362 | 37 | 17 | 0 | 5 | 321 | 112 | 120 |
| Binary | 10101000 | 11001110 | 11110010 | 11111 | 1111 | 0 | 101 | 11010001 | 1001010 | 1010000 |
Color Harmonies of #A8CEF2
Complementary color
Monochromatic Colors of #A8CEF2
Black with #A8CEF2
Text Example
Text Example
White with #A8CEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEF2; }
p { color: rgb(168,206,242); }
H1.HeaderClassName
{
color: #A8CEF2;
}
.AnyTagClassName
{
color: #A8CEF2;
}
</style>
background-color css
<style>
a { background-color: #A8CEF2; }
a { background-color: rgb(168,206,242); }
div.DivClassName
{
background-color: #A8CEF2;
}
.BgClassName
{
background-color: #A8CEF2;
}
</style>
border-color css
<style>
span { border-color: #A8CEF2; }
span { border-color: rgb(168,206,242); }
td.TdClassName
{
border-color: #A8CEF2;
}
.TagClassName
{
border-color: #A8CEF2;
}
</style>