Html Css Color HEX #A4D1FF Pale Cornflower Blue
📋 copy color: '#A4D1FF'red 164 ◦ green 209 ◦ blue 255
Shades of Pale Cornflower Blue #A4D1FF
Tints of Pale Cornflower Blue #A4D1FF
RGB
CMYK
RGB Variations
Color information
#A4D1FF (or 0xA4D1FF) is known color: Pale Cornflower Blue. HEX triplet: A4, D1 and FF. RGB value is (164,209,255). Sum of RGB (Red+Green+Blue) = 164+209+255=628 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.11% from 628); Green value is 209 (82.03% from 255 or 33.28% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4D1FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4D1FF is #5B2E00. Grayscale: #C8C8C8. Windows color (decimal): -5975553 or 16765348. OLE color: 16765348.
HSL color Cylindrical-coordinate representation of color #A4D1FF: hue angle of 210.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4D1FF is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 209 | 255 | - |
| CMYK | 0.36 | 0.18 | 0 | 0 |
| HSL | 210.33º | 1% | 0.82% | - |
| HSV(B) | 210.33º | 0.36% | 1% | - |
| XYZ | 56.16 | 60.71 | 103.37 | - |
| YUV | 200.79 | 158.59 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 209 | 255 | 0.36 | 0.18 | 0 | 0 | 210.33 | 1 | 0.82 |
| Hex | A4 | D1 | FF | 24 | 12 | 0 | 0 | D2 | 64 | 52 |
| Octal | 244 | 321 | 377 | 44 | 22 | 0 | 0 | 322 | 144 | 122 |
| Binary | 10100100 | 11010001 | 11111111 | 100100 | 10010 | 0 | 0 | 11010010 | 1100100 | 1010010 |
Color Harmonies of #A4D1FF
Complementary color
Monochromatic Colors of #A4D1FF
Black with #A4D1FF
Text Example
Text Example
White with #A4D1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D1FF; }
p { color: rgb(164,209,255); }
H1.HeaderClassName
{
color: #A4D1FF;
}
.AnyTagClassName
{
color: #A4D1FF;
}
</style>
background-color css
<style>
a { background-color: #A4D1FF; }
a { background-color: rgb(164,209,255); }
div.DivClassName
{
background-color: #A4D1FF;
}
.BgClassName
{
background-color: #A4D1FF;
}
</style>
border-color css
<style>
span { border-color: #A4D1FF; }
span { border-color: rgb(164,209,255); }
td.TdClassName
{
border-color: #A4D1FF;
}
.TagClassName
{
border-color: #A4D1FF;
}
</style>