Html Css Color HEX #A4CEF8 Pale Cornflower Blue
📋 copy color: '#A4CEF8'red 164 ◦ green 206 ◦ blue 248
Shades of Pale Cornflower Blue #A4CEF8
Tints of Pale Cornflower Blue #A4CEF8
RGB
CMYK
RGB Variations
Color information
#A4CEF8 (or 0xA4CEF8) is known color: Pale Cornflower Blue. HEX triplet: A4, CE and F8. RGB value is (164,206,248). Sum of RGB (Red+Green+Blue) = 164+206+248=618 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.54% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #A4CEF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CEF8 is #5B3107. Grayscale: #C6C6C6. Windows color (decimal): -5976328 or 16305828. OLE color: 16305828.
HSL color Cylindrical-coordinate representation of color #A4CEF8: hue angle of 210º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4CEF8 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 164 | 206 | 248 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.03 |
| HSL | 210º | 0.86% | 0.81% | - |
| HSV(B) | 210º | 0.34% | 0.97% | - |
| XYZ | 54.32 | 58.81 | 97.3 | - |
| YUV | 198.23 | 156.09 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 206 | 248 | 0.34 | 0.17 | 0 | 0.03 | 210 | 0.86 | 0.81 |
| Hex | A4 | CE | F8 | 22 | 11 | 0 | 3 | D2 | 56 | 51 |
| Octal | 244 | 316 | 370 | 42 | 21 | 0 | 3 | 322 | 126 | 121 |
| Binary | 10100100 | 11001110 | 11111000 | 100010 | 10001 | 0 | 11 | 11010010 | 1010110 | 1010001 |
Color Harmonies of #A4CEF8
Complementary color
Monochromatic Colors of #A4CEF8
Black with #A4CEF8
Text Example
Text Example
White with #A4CEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CEF8; }
p { color: rgb(164,206,248); }
H1.HeaderClassName
{
color: #A4CEF8;
}
.AnyTagClassName
{
color: #A4CEF8;
}
</style>
background-color css
<style>
a { background-color: #A4CEF8; }
a { background-color: rgb(164,206,248); }
div.DivClassName
{
background-color: #A4CEF8;
}
.BgClassName
{
background-color: #A4CEF8;
}
</style>
border-color css
<style>
span { border-color: #A4CEF8; }
span { border-color: rgb(164,206,248); }
td.TdClassName
{
border-color: #A4CEF8;
}
.TagClassName
{
border-color: #A4CEF8;
}
</style>