Html Css Color HEX #A3C2FE Pale Cornflower Blue
📋 copy color: '#A3C2FE'red 163 ◦ green 194 ◦ blue 254
Shades of Pale Cornflower Blue #A3C2FE
Tints of Pale Cornflower Blue #A3C2FE
RGB
CMYK
RGB Variations
Color information
#A3C2FE (or 0xA3C2FE) is known color: Pale Cornflower Blue. HEX triplet: A3, C2 and FE. RGB value is (163,194,254). Sum of RGB (Red+Green+Blue) = 163+194+254=611 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.68% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #A3C2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3C2FE is #5C3D01. Grayscale: #BFBFBF. Windows color (decimal): -6044930 or 16695971. OLE color: 16695971.
HSL color Cylindrical-coordinate representation of color #A3C2FE: hue angle of 219.56º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3C2FE is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 163 | 194 | 254 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.00 |
| HSL | 219.56º | 0.98% | 0.82% | - |
| HSV(B) | 219.56º | 0.36% | 1% | - |
| XYZ | 52.29 | 53.53 | 101.34 | - |
| YUV | 191.57 | 163.23 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 194 | 254 | 0.36 | 0.24 | 0 | 0.00 | 219.56 | 0.98 | 0.82 |
| Hex | A3 | C2 | FE | 24 | 18 | 0 | 0 | DC | 62 | 52 |
| Octal | 243 | 302 | 376 | 44 | 30 | 0 | 0 | 334 | 142 | 122 |
| Binary | 10100011 | 11000010 | 11111110 | 100100 | 11000 | 0 | 0 | 11011100 | 1100010 | 1010010 |
Color Harmonies of #A3C2FE
Complementary color
Monochromatic Colors of #A3C2FE
Black with #A3C2FE
Text Example
Text Example
White with #A3C2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3C2FE; }
p { color: rgb(163,194,254); }
H1.HeaderClassName
{
color: #A3C2FE;
}
.AnyTagClassName
{
color: #A3C2FE;
}
</style>
background-color css
<style>
a { background-color: #A3C2FE; }
a { background-color: rgb(163,194,254); }
div.DivClassName
{
background-color: #A3C2FE;
}
.BgClassName
{
background-color: #A3C2FE;
}
</style>
border-color css
<style>
span { border-color: #A3C2FE; }
span { border-color: rgb(163,194,254); }
td.TdClassName
{
border-color: #A3C2FE;
}
.TagClassName
{
border-color: #A3C2FE;
}
</style>