Html Css Color HEX #A2C7FF Pale Cornflower Blue
📋 copy color: '#A2C7FF'red 162 ◦ green 199 ◦ blue 255
Shades of Pale Cornflower Blue #A2C7FF
Tints of Pale Cornflower Blue #A2C7FF
RGB
CMYK
RGB Variations
Color information
#A2C7FF (or 0xA2C7FF) is known color: Pale Cornflower Blue. HEX triplet: A2, C7 and FF. RGB value is (162,199,255). Sum of RGB (Red+Green+Blue) = 162+199+255=616 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.30% from 616); Green value is 199 (78.12% from 255 or 32.31% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2C7FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C7FF is #5D3800. Grayscale: #C2C2C2. Windows color (decimal): -6109185 or 16762786. OLE color: 16762786.
HSL color Cylindrical-coordinate representation of color #A2C7FF: hue angle of 216.13º 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 #A2C7FF is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 199 | 255 | - |
| CMYK | 0.36 | 0.22 | 0 | 0 |
| HSL | 216.13º | 1% | 0.82% | - |
| HSV(B) | 216.13º | 0.36% | 1% | - |
| XYZ | 53.37 | 55.75 | 102.56 | - |
| YUV | 194.32 | 162.24 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 199 | 255 | 0.36 | 0.22 | 0 | 0 | 216.13 | 1 | 0.82 |
| Hex | A2 | C7 | FF | 24 | 16 | 0 | 0 | D8 | 64 | 52 |
| Octal | 242 | 307 | 377 | 44 | 26 | 0 | 0 | 330 | 144 | 122 |
| Binary | 10100010 | 11000111 | 11111111 | 100100 | 10110 | 0 | 0 | 11011000 | 1100100 | 1010010 |
Color Harmonies of #A2C7FF
Complementary color
Monochromatic Colors of #A2C7FF
Black with #A2C7FF
Text Example
Text Example
White with #A2C7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C7FF; }
p { color: rgb(162,199,255); }
H1.HeaderClassName
{
color: #A2C7FF;
}
.AnyTagClassName
{
color: #A2C7FF;
}
</style>
background-color css
<style>
a { background-color: #A2C7FF; }
a { background-color: rgb(162,199,255); }
div.DivClassName
{
background-color: #A2C7FF;
}
.BgClassName
{
background-color: #A2C7FF;
}
</style>
border-color css
<style>
span { border-color: #A2C7FF; }
span { border-color: rgb(162,199,255); }
td.TdClassName
{
border-color: #A2C7FF;
}
.TagClassName
{
border-color: #A2C7FF;
}
</style>