#A2C1FE

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

Shades of Pale Cornflower Blue #A2C1FE

Tints of Pale Cornflower Blue #A2C1FE

Color information

#A2C1FE (or 0xA2C1FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A2, C1 and FE. RGB value is (162,193,254). Sum of RGB (Red+Green+Blue) = 162+193+254=609 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.60% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2C1FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2C1FE is #5D3E01. Grayscale: #BEBEBE. Windows color (decimal): -6110722 or 16695714. OLE color: 16695714.

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

Color convert

RGB162193254-
CMYK0.360.2400.00
HSL219.78º97.87%81.57%-
HSV(B)219.78º36.22%99.61%-
XYZ51.8652.98101.26-
YUV190.68163.73107.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.60%
GREEN value IS 193 (75.78% from 255) = 31.69%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=26.60%
G=31.69%
B=41.71%

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
Decimal1621932540.360.2400.00219.7897.8781.57
HexA2C1FE241800dc6252
Octal242301376443000334142122
Binary10100010110000011111111010010011000001101110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C1FE; }

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

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

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

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

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

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

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

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