#A2C2FE

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

Shades of Pale Cornflower Blue #A2C2FE

Tints of Pale Cornflower Blue #A2C2FE

Color information

#A2C2FE (or 0xA2C2FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A2, C2 and FE. RGB value is (162,194,254). Sum of RGB (Red+Green+Blue) = 162+194+254=610 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.56% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2C2FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C2FE is #5D3D01. Grayscale: #BFBFBF. Windows color (decimal): -6110466 or 16695970. OLE color: 16695970.

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

Color convert

RGB162194254-
CMYK0.360.2400.00
HSL219.13º97.87%81.57%-
HSV(B)219.13º36.22%99.61%-
XYZ52.0853.42101.33-
YUV191.27163.4107.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.56%
GREEN value IS 194 (76.17% from 255) = 31.80%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=26.56%
G=31.80%
B=41.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1621942540.360.2400.00219.1397.8781.57
HexA2C2FE241800db6252
Octal242302376443000333142122
Binary10100010110000101111111010010011000001101101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C2FE; }

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

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

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

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

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

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

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

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