Html Css Color HEX #A4CAFE Pale Cornflower Blue
📋 copy color: '#A4CAFE'red 164 ◦ green 202 ◦ blue 254
Shades of Pale Cornflower Blue #A4CAFE
Tints of Pale Cornflower Blue #A4CAFE
RGB
CMYK
RGB Variations
Color information
#A4CAFE (or 0xA4CAFE) is known color: Pale Cornflower Blue. HEX triplet: A4, CA and FE. RGB value is (164,202,254). Sum of RGB (Red+Green+Blue) = 164+202+254=620 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.45% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4CAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4CAFE is #5B3501. Grayscale: #C4C4C4. Windows color (decimal): -5977346 or 16698020. OLE color: 16698020.
HSL color Cylindrical-coordinate representation of color #A4CAFE: hue angle of 214.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4CAFE is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 202 | 254 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.00 |
| HSL | 214.67º | 0.98% | 0.82% | - |
| HSV(B) | 214.67º | 0.35% | 1% | - |
| XYZ | 54.32 | 57.29 | 101.96 | - |
| YUV | 196.57 | 160.41 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 202 | 254 | 0.35 | 0.20 | 0 | 0.00 | 214.67 | 0.98 | 0.82 |
| Hex | A4 | CA | FE | 23 | 14 | 0 | 0 | D7 | 62 | 52 |
| Octal | 244 | 312 | 376 | 43 | 24 | 0 | 0 | 327 | 142 | 122 |
| Binary | 10100100 | 11001010 | 11111110 | 100011 | 10100 | 0 | 0 | 11010111 | 1100010 | 1010010 |
Color Harmonies of #A4CAFE
Complementary color
Monochromatic Colors of #A4CAFE
Black with #A4CAFE
Text Example
Text Example
White with #A4CAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CAFE; }
p { color: rgb(164,202,254); }
H1.HeaderClassName
{
color: #A4CAFE;
}
.AnyTagClassName
{
color: #A4CAFE;
}
</style>
background-color css
<style>
a { background-color: #A4CAFE; }
a { background-color: rgb(164,202,254); }
div.DivClassName
{
background-color: #A4CAFE;
}
.BgClassName
{
background-color: #A4CAFE;
}
</style>
border-color css
<style>
span { border-color: #A4CAFE; }
span { border-color: rgb(164,202,254); }
td.TdClassName
{
border-color: #A4CAFE;
}
.TagClassName
{
border-color: #A4CAFE;
}
</style>