Html Css Color HEX #A2C8FA Pale Cornflower Blue
📋 copy color: '#A2C8FA'red 162 ◦ green 200 ◦ blue 250
Shades of Pale Cornflower Blue #A2C8FA
Tints of Pale Cornflower Blue #A2C8FA
RGB
CMYK
RGB Variations
Color information
#A2C8FA (or 0xA2C8FA) is known color: Pale Cornflower Blue. HEX triplet: A2, C8 and FA. RGB value is (162,200,250). Sum of RGB (Red+Green+Blue) = 162+200+250=612 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.47% from 612); Green value is 200 (78.52% from 255 or 32.68% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2C8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C8FA is #5D3705. Grayscale: #C2C2C2. Windows color (decimal): -6108934 or 16435362. OLE color: 16435362.
HSL color Cylindrical-coordinate representation of color #A2C8FA: hue angle of 214.09º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2C8FA is Cyan = 0.35, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 200 | 250 | - |
| CMYK | 0.35 | 0.2 | 0 | 0.02 |
| HSL | 214.09º | 0.9% | 0.81% | - |
| HSV(B) | 214.09º | 0.35% | 0.98% | - |
| XYZ | 52.81 | 55.89 | 98.45 | - |
| YUV | 194.34 | 159.41 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 200 | 250 | 0.35 | 0.2 | 0 | 0.02 | 214.09 | 0.9 | 0.81 |
| Hex | A2 | C8 | FA | 23 | 14 | 0 | 2 | D6 | 5A | 51 |
| Octal | 242 | 310 | 372 | 43 | 24 | 0 | 2 | 326 | 132 | 121 |
| Binary | 10100010 | 11001000 | 11111010 | 100011 | 10100 | 0 | 10 | 11010110 | 1011010 | 1010001 |
Color Harmonies of #A2C8FA
Complementary color
Monochromatic Colors of #A2C8FA
Black with #A2C8FA
Text Example
Text Example
White with #A2C8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C8FA; }
p { color: rgb(162,200,250); }
H1.HeaderClassName
{
color: #A2C8FA;
}
.AnyTagClassName
{
color: #A2C8FA;
}
</style>
background-color css
<style>
a { background-color: #A2C8FA; }
a { background-color: rgb(162,200,250); }
div.DivClassName
{
background-color: #A2C8FA;
}
.BgClassName
{
background-color: #A2C8FA;
}
</style>
border-color css
<style>
span { border-color: #A2C8FA; }
span { border-color: rgb(162,200,250); }
td.TdClassName
{
border-color: #A2C8FA;
}
.TagClassName
{
border-color: #A2C8FA;
}
</style>