#A2C8FE

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

Shades of Pale Cornflower Blue #A2C8FE

Tints of Pale Cornflower Blue #A2C8FE

Color information

#A2C8FE (or 0xA2C8FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A2, C8 and FE. RGB value is (162,200,254). Sum of RGB (Red+Green+Blue) = 162+200+254=616 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.30% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2C8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C8FE is #5D3701. Grayscale: #C2C2C2. Windows color (decimal): -6108930 or 16697506. OLE color: 16697506.

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

Color convert

RGB162200254-
CMYK0.360.2100.00
HSL215.22º97.87%81.57%-
HSV(B)215.22º36.22%99.61%-
XYZ53.4456.15101.79-
YUV194.79161.41104.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.30%
GREEN value IS 200 (78.52% from 255) = 32.47%
BLUE value IS 254 (99.61% from 255) = 41.23%
R=26.30%
G=32.47%
B=41.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622002540.360.2100.00215.2297.8781.57
HexA2C8FE241500d76252
Octal242310376442500327142122
Binary10100010110010001111111010010010101001101011111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C8FE; }

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

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

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

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

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

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

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

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