Html Css Color HEX #A1C7FE Pale Cornflower Blue
📋 copy color: '#A1C7FE'red 161 ◦ green 199 ◦ blue 254
Shades of Pale Cornflower Blue #A1C7FE
Tints of Pale Cornflower Blue #A1C7FE
RGB
CMYK
RGB Variations
Color information
#A1C7FE (or 0xA1C7FE) is known color: Pale Cornflower Blue. HEX triplet: A1, C7 and FE. RGB value is (161,199,254). Sum of RGB (Red+Green+Blue) = 161+199+254=614 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.22% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1C7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C7FE is #5E3801. Grayscale: #C1C1C1. Windows color (decimal): -6174722 or 16697249. OLE color: 16697249.
HSL color Cylindrical-coordinate representation of color #A1C7FE: hue angle of 215.48º 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 #A1C7FE is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 199 | 254 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.00 |
| HSL | 215.48º | 0.98% | 0.81% | - |
| HSV(B) | 215.48º | 0.37% | 1% | - |
| XYZ | 53.01 | 55.58 | 101.7 | - |
| YUV | 193.91 | 161.91 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 199 | 254 | 0.37 | 0.22 | 0 | 0.00 | 215.48 | 0.98 | 0.81 |
| Hex | A1 | C7 | FE | 25 | 16 | 0 | 0 | D7 | 62 | 51 |
| Octal | 241 | 307 | 376 | 45 | 26 | 0 | 0 | 327 | 142 | 121 |
| Binary | 10100001 | 11000111 | 11111110 | 100101 | 10110 | 0 | 0 | 11010111 | 1100010 | 1010001 |
Color Harmonies of #A1C7FE
Complementary color
Monochromatic Colors of #A1C7FE
Black with #A1C7FE
Text Example
Text Example
White with #A1C7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C7FE; }
p { color: rgb(161,199,254); }
H1.HeaderClassName
{
color: #A1C7FE;
}
.AnyTagClassName
{
color: #A1C7FE;
}
</style>
background-color css
<style>
a { background-color: #A1C7FE; }
a { background-color: rgb(161,199,254); }
div.DivClassName
{
background-color: #A1C7FE;
}
.BgClassName
{
background-color: #A1C7FE;
}
</style>
border-color css
<style>
span { border-color: #A1C7FE; }
span { border-color: rgb(161,199,254); }
td.TdClassName
{
border-color: #A1C7FE;
}
.TagClassName
{
border-color: #A1C7FE;
}
</style>