Html Css Color HEX #A2C6FF Pale Cornflower Blue
📋 copy color: '#A2C6FF'red 162 ◦ green 198 ◦ blue 255
Shades of Pale Cornflower Blue #A2C6FF
Tints of Pale Cornflower Blue #A2C6FF
RGB
CMYK
RGB Variations
Color information
#A2C6FF (or 0xA2C6FF) is known color: Pale Cornflower Blue. HEX triplet: A2, C6 and FF. RGB value is (162,198,255). Sum of RGB (Red+Green+Blue) = 162+198+255=615 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.34% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2C6FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C6FF is #5D3900. Grayscale: #C1C1C1. Windows color (decimal): -6109441 or 16762530. OLE color: 16762530.
HSL color Cylindrical-coordinate representation of color #A2C6FF: hue angle of 216.77º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2C6FF is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 198 | 255 | - |
| CMYK | 0.36 | 0.22 | 0 | 0 |
| HSL | 216.77º | 1% | 0.82% | - |
| HSV(B) | 216.77º | 0.36% | 1% | - |
| XYZ | 53.14 | 55.29 | 102.48 | - |
| YUV | 193.73 | 162.57 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 198 | 255 | 0.36 | 0.22 | 0 | 0 | 216.77 | 1 | 0.82 |
| Hex | A2 | C6 | FF | 24 | 16 | 0 | 0 | D9 | 64 | 52 |
| Octal | 242 | 306 | 377 | 44 | 26 | 0 | 0 | 331 | 144 | 122 |
| Binary | 10100010 | 11000110 | 11111111 | 100100 | 10110 | 0 | 0 | 11011001 | 1100100 | 1010010 |
Color Harmonies of #A2C6FF
Complementary color
Monochromatic Colors of #A2C6FF
Black with #A2C6FF
Text Example
Text Example
White with #A2C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C6FF; }
p { color: rgb(162,198,255); }
H1.HeaderClassName
{
color: #A2C6FF;
}
.AnyTagClassName
{
color: #A2C6FF;
}
</style>
background-color css
<style>
a { background-color: #A2C6FF; }
a { background-color: rgb(162,198,255); }
div.DivClassName
{
background-color: #A2C6FF;
}
.BgClassName
{
background-color: #A2C6FF;
}
</style>
border-color css
<style>
span { border-color: #A2C6FF; }
span { border-color: rgb(162,198,255); }
td.TdClassName
{
border-color: #A2C6FF;
}
.TagClassName
{
border-color: #A2C6FF;
}
</style>