Html Css Color HEX #A1C5FE Pale Cornflower Blue
📋 copy color: '#A1C5FE'red 161 ◦ green 197 ◦ blue 254
Shades of Pale Cornflower Blue #A1C5FE
Tints of Pale Cornflower Blue #A1C5FE
RGB
CMYK
RGB Variations
Color information
#A1C5FE (or 0xA1C5FE) is known color: Pale Cornflower Blue. HEX triplet: A1, C5 and FE. RGB value is (161,197,254). Sum of RGB (Red+Green+Blue) = 161+197+254=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1C5FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C5FE is #5E3A01. Grayscale: #C0C0C0. Windows color (decimal): -6175234 or 16696737. OLE color: 16696737.
HSL color Cylindrical-coordinate representation of color #A1C5FE: hue angle of 216.77º 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 #A1C5FE is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 197 | 254 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.00 |
| HSL | 216.77º | 0.98% | 0.81% | - |
| HSV(B) | 216.77º | 0.37% | 1% | - |
| XYZ | 52.55 | 54.67 | 101.55 | - |
| YUV | 192.73 | 162.57 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 254 | 0.37 | 0.22 | 0 | 0.00 | 216.77 | 0.98 | 0.81 |
| Hex | A1 | C5 | FE | 25 | 16 | 0 | 0 | D9 | 62 | 51 |
| Octal | 241 | 305 | 376 | 45 | 26 | 0 | 0 | 331 | 142 | 121 |
| Binary | 10100001 | 11000101 | 11111110 | 100101 | 10110 | 0 | 0 | 11011001 | 1100010 | 1010001 |
Color Harmonies of #A1C5FE
Complementary color
Monochromatic Colors of #A1C5FE
Black with #A1C5FE
Text Example
Text Example
White with #A1C5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C5FE; }
p { color: rgb(161,197,254); }
H1.HeaderClassName
{
color: #A1C5FE;
}
.AnyTagClassName
{
color: #A1C5FE;
}
</style>
background-color css
<style>
a { background-color: #A1C5FE; }
a { background-color: rgb(161,197,254); }
div.DivClassName
{
background-color: #A1C5FE;
}
.BgClassName
{
background-color: #A1C5FE;
}
</style>
border-color css
<style>
span { border-color: #A1C5FE; }
span { border-color: rgb(161,197,254); }
td.TdClassName
{
border-color: #A1C5FE;
}
.TagClassName
{
border-color: #A1C5FE;
}
</style>