Html Css Color HEX #A1CEFF Pale Cornflower Blue
📋 copy color: '#A1CEFF'red 161 ◦ green 206 ◦ blue 255
Shades of Pale Cornflower Blue #A1CEFF
Tints of Pale Cornflower Blue #A1CEFF
RGB
CMYK
RGB Variations
Color information
#A1CEFF (or 0xA1CEFF) is known color: Pale Cornflower Blue. HEX triplet: A1, CE and FF. RGB value is (161,206,255). Sum of RGB (Red+Green+Blue) = 161+206+255=622 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.88% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CEFF is #5E3100. Grayscale: #C5C5C5. Windows color (decimal): -6172929 or 16764577. OLE color: 16764577.
HSL color Cylindrical-coordinate representation of color #A1CEFF: hue angle of 211.28º 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 #A1CEFF is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 206 | 255 | - |
| CMYK | 0.37 | 0.19 | 0 | 0 |
| HSL | 211.28º | 1% | 0.82% | - |
| HSV(B) | 211.28º | 0.37% | 1% | - |
| XYZ | 54.82 | 58.94 | 103.1 | - |
| YUV | 198.13 | 160.09 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 206 | 255 | 0.37 | 0.19 | 0 | 0 | 211.28 | 1 | 0.82 |
| Hex | A1 | CE | FF | 25 | 13 | 0 | 0 | D3 | 64 | 52 |
| Octal | 241 | 316 | 377 | 45 | 23 | 0 | 0 | 323 | 144 | 122 |
| Binary | 10100001 | 11001110 | 11111111 | 100101 | 10011 | 0 | 0 | 11010011 | 1100100 | 1010010 |
Color Harmonies of #A1CEFF
Complementary color
Monochromatic Colors of #A1CEFF
Black with #A1CEFF
Text Example
Text Example
White with #A1CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CEFF; }
p { color: rgb(161,206,255); }
H1.HeaderClassName
{
color: #A1CEFF;
}
.AnyTagClassName
{
color: #A1CEFF;
}
</style>
background-color css
<style>
a { background-color: #A1CEFF; }
a { background-color: rgb(161,206,255); }
div.DivClassName
{
background-color: #A1CEFF;
}
.BgClassName
{
background-color: #A1CEFF;
}
</style>
border-color css
<style>
span { border-color: #A1CEFF; }
span { border-color: rgb(161,206,255); }
td.TdClassName
{
border-color: #A1CEFF;
}
.TagClassName
{
border-color: #A1CEFF;
}
</style>