Html Css Color HEX #A2C3FE Pale Cornflower Blue
📋 copy color: '#A2C3FE'red 162 ◦ green 195 ◦ blue 254
Shades of Pale Cornflower Blue #A2C3FE
Tints of Pale Cornflower Blue #A2C3FE
RGB
CMYK
RGB Variations
Color information
#A2C3FE (or 0xA2C3FE) is known color: Pale Cornflower Blue. HEX triplet: A2, C3 and FE. RGB value is (162,195,254). Sum of RGB (Red+Green+Blue) = 162+195+254=611 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.51% from 611); Green value is 195 (76.56% from 255 or 31.91% 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 #A2C3FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C3FE is #5D3C01. Grayscale: #BFBFBF. Windows color (decimal): -6110210 or 16696226. OLE color: 16696226.
HSL color Cylindrical-coordinate representation of color #A2C3FE: hue angle of 218.48º 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 #A2C3FE is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 195 | 254 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.00 |
| HSL | 218.48º | 0.98% | 0.82% | - |
| HSV(B) | 218.48º | 0.36% | 1% | - |
| XYZ | 52.3 | 53.87 | 101.41 | - |
| YUV | 191.86 | 163.07 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 195 | 254 | 0.36 | 0.23 | 0 | 0.00 | 218.48 | 0.98 | 0.82 |
| Hex | A2 | C3 | FE | 24 | 17 | 0 | 0 | DA | 62 | 52 |
| Octal | 242 | 303 | 376 | 44 | 27 | 0 | 0 | 332 | 142 | 122 |
| Binary | 10100010 | 11000011 | 11111110 | 100100 | 10111 | 0 | 0 | 11011010 | 1100010 | 1010010 |
Color Harmonies of #A2C3FE
Complementary color
Monochromatic Colors of #A2C3FE
Black with #A2C3FE
Text Example
Text Example
White with #A2C3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C3FE; }
p { color: rgb(162,195,254); }
H1.HeaderClassName
{
color: #A2C3FE;
}
.AnyTagClassName
{
color: #A2C3FE;
}
</style>
background-color css
<style>
a { background-color: #A2C3FE; }
a { background-color: rgb(162,195,254); }
div.DivClassName
{
background-color: #A2C3FE;
}
.BgClassName
{
background-color: #A2C3FE;
}
</style>
border-color css
<style>
span { border-color: #A2C3FE; }
span { border-color: rgb(162,195,254); }
td.TdClassName
{
border-color: #A2C3FE;
}
.TagClassName
{
border-color: #A2C3FE;
}
</style>