Html Css Color HEX #A1C0FE Pale Cornflower Blue
📋 copy color: '#A1C0FE'red 161 ◦ green 192 ◦ blue 254
Shades of Pale Cornflower Blue #A1C0FE
Tints of Pale Cornflower Blue #A1C0FE
RGB
CMYK
RGB Variations
Color information
#A1C0FE (or 0xA1C0FE) is known color: Pale Cornflower Blue. HEX triplet: A1, C0 and FE. RGB value is (161,192,254). Sum of RGB (Red+Green+Blue) = 161+192+254=607 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.52% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1C0FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C0FE is #5E3F01. Grayscale: #BDBDBD. Windows color (decimal): -6176514 or 16695457. OLE color: 16695457.
HSL color Cylindrical-coordinate representation of color #A1C0FE: hue angle of 220º 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 #A1C0FE is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 192 | 254 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.00 |
| HSL | 220º | 0.98% | 0.81% | - |
| HSV(B) | 220º | 0.37% | 1% | - |
| XYZ | 51.44 | 52.43 | 101.18 | - |
| YUV | 189.8 | 164.23 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 192 | 254 | 0.37 | 0.24 | 0 | 0.00 | 220 | 0.98 | 0.81 |
| Hex | A1 | C0 | FE | 25 | 18 | 0 | 0 | DC | 62 | 51 |
| Octal | 241 | 300 | 376 | 45 | 30 | 0 | 0 | 334 | 142 | 121 |
| Binary | 10100001 | 11000000 | 11111110 | 100101 | 11000 | 0 | 0 | 11011100 | 1100010 | 1010001 |
Color Harmonies of #A1C0FE
Complementary color
Monochromatic Colors of #A1C0FE
Black with #A1C0FE
Text Example
Text Example
White with #A1C0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C0FE; }
p { color: rgb(161,192,254); }
H1.HeaderClassName
{
color: #A1C0FE;
}
.AnyTagClassName
{
color: #A1C0FE;
}
</style>
background-color css
<style>
a { background-color: #A1C0FE; }
a { background-color: rgb(161,192,254); }
div.DivClassName
{
background-color: #A1C0FE;
}
.BgClassName
{
background-color: #A1C0FE;
}
</style>
border-color css
<style>
span { border-color: #A1C0FE; }
span { border-color: rgb(161,192,254); }
td.TdClassName
{
border-color: #A1C0FE;
}
.TagClassName
{
border-color: #A1C0FE;
}
</style>