Html Css Color HEX #A2CEFA Pale Cornflower Blue
📋 copy color: '#A2CEFA'red 162 ◦ green 206 ◦ blue 250
Shades of Pale Cornflower Blue #A2CEFA
Tints of Pale Cornflower Blue #A2CEFA
RGB
CMYK
RGB Variations
Color information
#A2CEFA (or 0xA2CEFA) is known color: Pale Cornflower Blue. HEX triplet: A2, CE and FA. RGB value is (162,206,250). Sum of RGB (Red+Green+Blue) = 162+206+250=618 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.21% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2CEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CEFA is #5D3105. Grayscale: #C5C5C5. Windows color (decimal): -6107398 or 16436898. OLE color: 16436898.
HSL color Cylindrical-coordinate representation of color #A2CEFA: hue angle of 210º 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 #A2CEFA is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 206 | 250 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.02 |
| HSL | 210º | 0.9% | 0.81% | - |
| HSV(B) | 210º | 0.35% | 0.98% | - |
| XYZ | 54.23 | 58.73 | 98.92 | - |
| YUV | 197.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 250 | 0.35 | 0.18 | 0 | 0.02 | 210 | 0.9 | 0.81 |
| Hex | A2 | CE | FA | 23 | 12 | 0 | 2 | D2 | 5A | 51 |
| Octal | 242 | 316 | 372 | 43 | 22 | 0 | 2 | 322 | 132 | 121 |
| Binary | 10100010 | 11001110 | 11111010 | 100011 | 10010 | 0 | 10 | 11010010 | 1011010 | 1010001 |
Color Harmonies of #A2CEFA
Complementary color
Monochromatic Colors of #A2CEFA
Black with #A2CEFA
Text Example
Text Example
White with #A2CEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CEFA; }
p { color: rgb(162,206,250); }
H1.HeaderClassName
{
color: #A2CEFA;
}
.AnyTagClassName
{
color: #A2CEFA;
}
</style>
background-color css
<style>
a { background-color: #A2CEFA; }
a { background-color: rgb(162,206,250); }
div.DivClassName
{
background-color: #A2CEFA;
}
.BgClassName
{
background-color: #A2CEFA;
}
</style>
border-color css
<style>
span { border-color: #A2CEFA; }
span { border-color: rgb(162,206,250); }
td.TdClassName
{
border-color: #A2CEFA;
}
.TagClassName
{
border-color: #A2CEFA;
}
</style>