#A2CEFF

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

Shades of Pale Cornflower Blue #A2CEFF

Tints of Pale Cornflower Blue #A2CEFF

Color information

#A2CEFF (or 0xA2CEFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A2, CE and FF. RGB value is (162,206,255). Sum of RGB (Red+Green+Blue) = 162+206+255=623 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.00% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CEFF is #5D3100. Grayscale: #C6C6C6. Windows color (decimal): -6107393 or 16764578. OLE color: 16764578.

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

Color convert

RGB162206255-
CMYK0.360.1900
HSL211.61º100%81.76%-
HSV(B)211.61º36.47%100%-
XYZ55.0259.04103.1-
YUV198.43159.92102.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.00%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 255 (100% from 255) = 40.93%
R=26.00%
G=33.07%
B=40.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622062550.360.1900211.6110081.76
HexA2CEFF241300d46452
Octal242316377442300324144122
Binary10100010110011101111111110010010011001101010011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CEFF; }

 p { color: rgb(162,206,255); }

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

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

 a { background-color: rgb(162,206,255); }

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

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

 span { border-color: rgb(162,206,255); }

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