Html Css Color HEX #A1C3FE Pale Cornflower Blue
📋 copy color: '#A1C3FE'red 161 ◦ green 195 ◦ blue 254
Shades of Pale Cornflower Blue #A1C3FE
Tints of Pale Cornflower Blue #A1C3FE
RGB
CMYK
RGB Variations
Color information
#A1C3FE (or 0xA1C3FE) is known color: Pale Cornflower Blue. HEX triplet: A1, C3 and FE. RGB value is (161,195,254). Sum of RGB (Red+Green+Blue) = 161+195+254=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1C3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C3FE is #5E3C01. Grayscale: #BFBFBF. Windows color (decimal): -6175746 or 16696225. OLE color: 16696225.
HSL color Cylindrical-coordinate representation of color #A1C3FE: hue angle of 218.06º 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 #A1C3FE is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 195 | 254 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.00 |
| HSL | 218.06º | 0.98% | 0.81% | - |
| HSV(B) | 218.06º | 0.37% | 1% | - |
| XYZ | 52.1 | 53.76 | 101.4 | - |
| YUV | 191.56 | 163.24 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 195 | 254 | 0.37 | 0.23 | 0 | 0.00 | 218.06 | 0.98 | 0.81 |
| Hex | A1 | C3 | FE | 25 | 17 | 0 | 0 | DA | 62 | 51 |
| Octal | 241 | 303 | 376 | 45 | 27 | 0 | 0 | 332 | 142 | 121 |
| Binary | 10100001 | 11000011 | 11111110 | 100101 | 10111 | 0 | 0 | 11011010 | 1100010 | 1010001 |
Color Harmonies of #A1C3FE
Complementary color
Monochromatic Colors of #A1C3FE
Black with #A1C3FE
Text Example
Text Example
White with #A1C3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C3FE; }
p { color: rgb(161,195,254); }
H1.HeaderClassName
{
color: #A1C3FE;
}
.AnyTagClassName
{
color: #A1C3FE;
}
</style>
background-color css
<style>
a { background-color: #A1C3FE; }
a { background-color: rgb(161,195,254); }
div.DivClassName
{
background-color: #A1C3FE;
}
.BgClassName
{
background-color: #A1C3FE;
}
</style>
border-color css
<style>
span { border-color: #A1C3FE; }
span { border-color: rgb(161,195,254); }
td.TdClassName
{
border-color: #A1C3FE;
}
.TagClassName
{
border-color: #A1C3FE;
}
</style>