#A1CEFD

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

Shades of Pale Cornflower Blue #A1CEFD

Tints of Pale Cornflower Blue #A1CEFD

Color information

#A1CEFD (or 0xA1CEFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, CE and FD. RGB value is (161,206,253). Sum of RGB (Red+Green+Blue) = 161+206+253=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 206 (80.86% from 255 or 33.23% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1CEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CEFD is #5E3102. Grayscale: #C5C5C5. Windows color (decimal): -6172931 or 16633505. OLE color: 16633505.

HSL color Cylindrical-coordinate representation of color #A1CEFD: hue angle of 210.65º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1CEFD is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161206253-
CMYK0.360.1900.01
HSL210.65º95.83%81.18%-
HSV(B)210.65º36.36%99.22%-
XYZ54.558.81101.41-
YUV197.9159.09101.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.97%
GREEN value IS 206 (80.86% from 255) = 33.23%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=25.97%
G=33.23%
B=40.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612062530.360.1900.01210.6595.8381.18
HexA1CEFD241301d36051
Octal241316375442301323140121
Binary10100001110011101111110110010010011011101001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEFD; }

 p { color: rgb(161,206,253); }

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

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

 a { background-color: rgb(161,206,253); }

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

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

 span { border-color: rgb(161,206,253); }

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