#A1C4EC

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

Shades of Pale Cornflower Blue #A1C4EC

Tints of Pale Cornflower Blue #A1C4EC

Color information

#A1C4EC (or 0xA1C4EC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, C4 and EC. RGB value is (161,196,236). Sum of RGB (Red+Green+Blue) = 161+196+236=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 196 (76.95% from 255 or 33.05% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1C4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C4EC is #5E3B13. Grayscale: #BDBDBD. Windows color (decimal): -6175508 or 15516833. OLE color: 15516833.

HSL color Cylindrical-coordinate representation of color #A1C4EC: hue angle of 212º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1C4EC is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161196236-
CMYK0.320.1700.07
HSL212º66.37%77.84%-
HSV(B)212º31.78%92.55%-
XYZ49.5853.1187-
YUV190.09153.9107.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.15%
GREEN value IS 196 (76.95% from 255) = 33.05%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=27.15%
G=33.05%
B=39.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611962360.320.1700.0721266.3777.84
HexA1C4EC201107d4424e
Octal241304354402107324102116
Binary1010000111000100111011001000001000101111101010010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C4EC; }

 p { color: rgb(161,196,236); }

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

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

 a { background-color: rgb(161,196,236); }

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

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

 span { border-color: rgb(161,196,236); }

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