#A2C7FE

Color #A2C7FE Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #A2C7FE

Tints of Pale Cornflower Blue #A2C7FE

Color information

#A2C7FE (or 0xA2C7FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A2, C7 and FE. RGB value is (162,199,254). Sum of RGB (Red+Green+Blue) = 162+199+254=615 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.34% from 615); Green value is 199 (78.12% from 255 or 32.36% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2C7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C7FE is #5D3801. Grayscale: #C1C1C1. Windows color (decimal): -6109186 or 16697250. OLE color: 16697250.

HSL color Cylindrical-coordinate representation of color #A2C7FE: hue angle of 215.87º 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 #A2C7FE is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB162199254-
CMYK0.360.2200.00
HSL215.87º97.87%81.57%-
HSV(B)215.87º36.22%99.61%-
XYZ53.2155.68101.71-
YUV194.21161.74105.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 26.34%
GREEN value IS 199 (78.12% from 255) = 32.36%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=26.34%
G=32.36%
B=41.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1621992540.360.2200.00215.8797.8781.57
HexA2C7FE241600d86252
Octal242307376442600330142122
Binary10100010110001111111111010010010110001101100011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C7FE; }

 p { color: rgb(162,199,254); }

 H1.HeaderClassName
 {
   color: #A2C7FE;
 }
 .AnyTagClassName
 {
   color: #A2C7FE;
 }
</style>
background-color css

<style>
 a { background-color: #A2C7FE; }

 a { background-color: rgb(162,199,254); }

 div.DivClassName
 {
   background-color: #A2C7FE;
 }
 .BgClassName
 {
   background-color: #A2C7FE;
 }
</style>
border-color css

<style>
 span { border-color: #A2C7FE; }

 span { border-color: rgb(162,199,254); }

 td.TdClassName
 {
   border-color: #A2C7FE;
 }
 .TagClassName
 {
   border-color: #A2C7FE;
 }
</style>