Html Css Color HEX #A0C3FE Pale Cornflower Blue
📋 copy color: '#A0C3FE'red 160 ◦ green 195 ◦ blue 254
Shades of Pale Cornflower Blue #A0C3FE
Tints of Pale Cornflower Blue #A0C3FE
RGB
CMYK
RGB Variations
Color information
#A0C3FE (or 0xA0C3FE) is known color: Pale Cornflower Blue. HEX triplet: A0, C3 and FE. RGB value is (160,195,254). Sum of RGB (Red+Green+Blue) = 160+195+254=609 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.27% from 609); Green value is 195 (76.56% from 255 or 32.02% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #A0C3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C3FE is #5F3C01. Grayscale: #BEBEBE. Windows color (decimal): -6241282 or 16696224. OLE color: 16696224.
HSL color Cylindrical-coordinate representation of color #A0C3FE: hue angle of 217.66º 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 #A0C3FE is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 195 | 254 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.00 |
| HSL | 217.66º | 0.98% | 0.81% | - |
| HSV(B) | 217.66º | 0.37% | 1% | - |
| XYZ | 51.9 | 53.66 | 101.39 | - |
| YUV | 191.26 | 163.4 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 195 | 254 | 0.37 | 0.23 | 0 | 0.00 | 217.66 | 0.98 | 0.81 |
| Hex | A0 | C3 | FE | 25 | 17 | 0 | 0 | DA | 62 | 51 |
| Octal | 240 | 303 | 376 | 45 | 27 | 0 | 0 | 332 | 142 | 121 |
| Binary | 10100000 | 11000011 | 11111110 | 100101 | 10111 | 0 | 0 | 11011010 | 1100010 | 1010001 |
Color Harmonies of #A0C3FE
Complementary color
Monochromatic Colors of #A0C3FE
Black with #A0C3FE
Text Example
Text Example
White with #A0C3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C3FE; }
p { color: rgb(160,195,254); }
H1.HeaderClassName
{
color: #A0C3FE;
}
.AnyTagClassName
{
color: #A0C3FE;
}
</style>
background-color css
<style>
a { background-color: #A0C3FE; }
a { background-color: rgb(160,195,254); }
div.DivClassName
{
background-color: #A0C3FE;
}
.BgClassName
{
background-color: #A0C3FE;
}
</style>
border-color css
<style>
span { border-color: #A0C3FE; }
span { border-color: rgb(160,195,254); }
td.TdClassName
{
border-color: #A0C3FE;
}
.TagClassName
{
border-color: #A0C3FE;
}
</style>