Html Css Color HEX #A1C5FF Pale Cornflower Blue
📋 copy color: '#A1C5FF'red 161 ◦ green 197 ◦ blue 255
Shades of Pale Cornflower Blue #A1C5FF
Tints of Pale Cornflower Blue #A1C5FF
RGB
CMYK
RGB Variations
Color information
#A1C5FF (or 0xA1C5FF) is known color: Pale Cornflower Blue. HEX triplet: A1, C5 and FF. RGB value is (161,197,255). Sum of RGB (Red+Green+Blue) = 161+197+255=613 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.26% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1C5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C5FF is #5E3A00. Grayscale: #C0C0C0. Windows color (decimal): -6175233 or 16762273. OLE color: 16762273.
HSL color Cylindrical-coordinate representation of color #A1C5FF: hue angle of 217.02º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1C5FF is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 197 | 255 | - |
| CMYK | 0.37 | 0.23 | 0 | 0 |
| HSL | 217.02º | 1% | 0.82% | - |
| HSV(B) | 217.02º | 0.37% | 1% | - |
| XYZ | 52.71 | 54.73 | 102.39 | - |
| YUV | 192.85 | 163.07 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 255 | 0.37 | 0.23 | 0 | 0 | 217.02 | 1 | 0.82 |
| Hex | A1 | C5 | FF | 25 | 17 | 0 | 0 | D9 | 64 | 52 |
| Octal | 241 | 305 | 377 | 45 | 27 | 0 | 0 | 331 | 144 | 122 |
| Binary | 10100001 | 11000101 | 11111111 | 100101 | 10111 | 0 | 0 | 11011001 | 1100100 | 1010010 |
Color Harmonies of #A1C5FF
Complementary color
Monochromatic Colors of #A1C5FF
Black with #A1C5FF
Text Example
Text Example
White with #A1C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C5FF; }
p { color: rgb(161,197,255); }
H1.HeaderClassName
{
color: #A1C5FF;
}
.AnyTagClassName
{
color: #A1C5FF;
}
</style>
background-color css
<style>
a { background-color: #A1C5FF; }
a { background-color: rgb(161,197,255); }
div.DivClassName
{
background-color: #A1C5FF;
}
.BgClassName
{
background-color: #A1C5FF;
}
</style>
border-color css
<style>
span { border-color: #A1C5FF; }
span { border-color: rgb(161,197,255); }
td.TdClassName
{
border-color: #A1C5FF;
}
.TagClassName
{
border-color: #A1C5FF;
}
</style>