Html Css Color HEX #A1C4FE Pale Cornflower Blue
📋 copy color: '#A1C4FE'red 161 ◦ green 196 ◦ blue 254
Shades of Pale Cornflower Blue #A1C4FE
Tints of Pale Cornflower Blue #A1C4FE
RGB
CMYK
RGB Variations
Color information
#A1C4FE (or 0xA1C4FE) is known color: Pale Cornflower Blue. HEX triplet: A1, C4 and FE. RGB value is (161,196,254). Sum of RGB (Red+Green+Blue) = 161+196+254=611 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.35% from 611); Green value is 196 (76.95% from 255 or 32.08% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1C4FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C4FE is #5E3B01. Grayscale: #BFBFBF. Windows color (decimal): -6175490 or 16696481. OLE color: 16696481.
HSL color Cylindrical-coordinate representation of color #A1C4FE: hue angle of 217.42º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1C4FE is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 196 | 254 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.00 |
| HSL | 217.42º | 0.98% | 0.81% | - |
| HSV(B) | 217.42º | 0.37% | 1% | - |
| XYZ | 52.33 | 54.21 | 101.47 | - |
| YUV | 192.15 | 162.9 | 105.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 196 | 254 | 0.37 | 0.23 | 0 | 0.00 | 217.42 | 0.98 | 0.81 |
| Hex | A1 | C4 | FE | 25 | 17 | 0 | 0 | D9 | 62 | 51 |
| Octal | 241 | 304 | 376 | 45 | 27 | 0 | 0 | 331 | 142 | 121 |
| Binary | 10100001 | 11000100 | 11111110 | 100101 | 10111 | 0 | 0 | 11011001 | 1100010 | 1010001 |
Color Harmonies of #A1C4FE
Complementary color
Monochromatic Colors of #A1C4FE
Black with #A1C4FE
Text Example
Text Example
White with #A1C4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C4FE; }
p { color: rgb(161,196,254); }
H1.HeaderClassName
{
color: #A1C4FE;
}
.AnyTagClassName
{
color: #A1C4FE;
}
</style>
background-color css
<style>
a { background-color: #A1C4FE; }
a { background-color: rgb(161,196,254); }
div.DivClassName
{
background-color: #A1C4FE;
}
.BgClassName
{
background-color: #A1C4FE;
}
</style>
border-color css
<style>
span { border-color: #A1C4FE; }
span { border-color: rgb(161,196,254); }
td.TdClassName
{
border-color: #A1C4FE;
}
.TagClassName
{
border-color: #A1C4FE;
}
</style>