#A2C6FE

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

Shades of Pale Cornflower Blue #A2C6FE

Tints of Pale Cornflower Blue #A2C6FE

Color information

#A2C6FE (or 0xA2C6FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A2, C6 and FE. RGB value is (162,198,254). Sum of RGB (Red+Green+Blue) = 162+198+254=614 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.38% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2C6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C6FE is #5D3901. Grayscale: #C1C1C1. Windows color (decimal): -6109442 or 16696994. OLE color: 16696994.

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

Color convert

RGB162198254-
CMYK0.360.2200.00
HSL216.52º97.87%81.57%-
HSV(B)216.52º36.22%99.61%-
XYZ52.9855.23101.63-
YUV193.62162.07105.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.38%
GREEN value IS 198 (77.73% from 255) = 32.25%
BLUE value IS 254 (99.61% from 255) = 41.37%
R=26.38%
G=32.25%
B=41.37%

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
Decimal1621982540.360.2200.00216.5297.8781.57
HexA2C6FE241600d96252
Octal242306376442600331142122
Binary10100010110001101111111010010010110001101100111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C6FE; }

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

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

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

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

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

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

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

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