#A2CEFE

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

Shades of Pale Cornflower Blue #A2CEFE

Tints of Pale Cornflower Blue #A2CEFE

Color information

#A2CEFE (or 0xA2CEFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A2, CE and FE. RGB value is (162,206,254). Sum of RGB (Red+Green+Blue) = 162+206+254=622 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.05% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CEFE is #5D3101. Grayscale: #C6C6C6. Windows color (decimal): -6107394 or 16699042. OLE color: 16699042.

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

Color convert

RGB162206254-
CMYK0.360.1900.00
HSL211.3º97.87%81.57%-
HSV(B)211.3º36.22%99.61%-
XYZ54.8658.98102.26-
YUV198.32159.42102.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.05%
GREEN value IS 206 (80.86% from 255) = 33.12%
BLUE value IS 254 (99.61% from 255) = 40.84%
R=26.05%
G=33.12%
B=40.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622062540.360.1900.00211.397.8781.57
HexA2CEFE241300d36252
Octal242316376442300323142122
Binary10100010110011101111111010010010011001101001111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CEFE; }

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

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

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

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

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

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

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

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