Html Css Color HEX #A4D1FE Pale Cornflower Blue
📋 copy color: '#A4D1FE'red 164 ◦ green 209 ◦ blue 254
Shades of Pale Cornflower Blue #A4D1FE
Tints of Pale Cornflower Blue #A4D1FE
RGB
CMYK
RGB Variations
Color information
#A4D1FE (or 0xA4D1FE) is known color: Pale Cornflower Blue. HEX triplet: A4, D1 and FE. RGB value is (164,209,254). Sum of RGB (Red+Green+Blue) = 164+209+254=627 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.16% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4D1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D1FE is #5B2E01. Grayscale: #C8C8C8. Windows color (decimal): -5975554 or 16699812. OLE color: 16699812.
HSL color Cylindrical-coordinate representation of color #A4D1FE: hue angle of 210º 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 #A4D1FE is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 209 | 254 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.00 |
| HSL | 210º | 0.98% | 0.82% | - |
| HSV(B) | 210º | 0.35% | 1% | - |
| XYZ | 56 | 60.65 | 102.52 | - |
| YUV | 200.68 | 158.09 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 209 | 254 | 0.35 | 0.18 | 0 | 0.00 | 210 | 0.98 | 0.82 |
| Hex | A4 | D1 | FE | 23 | 12 | 0 | 0 | D2 | 62 | 52 |
| Octal | 244 | 321 | 376 | 43 | 22 | 0 | 0 | 322 | 142 | 122 |
| Binary | 10100100 | 11010001 | 11111110 | 100011 | 10010 | 0 | 0 | 11010010 | 1100010 | 1010010 |
Color Harmonies of #A4D1FE
Complementary color
Monochromatic Colors of #A4D1FE
Black with #A4D1FE
Text Example
Text Example
White with #A4D1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D1FE; }
p { color: rgb(164,209,254); }
H1.HeaderClassName
{
color: #A4D1FE;
}
.AnyTagClassName
{
color: #A4D1FE;
}
</style>
background-color css
<style>
a { background-color: #A4D1FE; }
a { background-color: rgb(164,209,254); }
div.DivClassName
{
background-color: #A4D1FE;
}
.BgClassName
{
background-color: #A4D1FE;
}
</style>
border-color css
<style>
span { border-color: #A4D1FE; }
span { border-color: rgb(164,209,254); }
td.TdClassName
{
border-color: #A4D1FE;
}
.TagClassName
{
border-color: #A4D1FE;
}
</style>