#A1CEFE

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

Shades of Pale Cornflower Blue #A1CEFE

Tints of Pale Cornflower Blue #A1CEFE

Color information

#A1CEFE (or 0xA1CEFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, CE and FE. RGB value is (161,206,254). Sum of RGB (Red+Green+Blue) = 161+206+254=621 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.93% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1CEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CEFE is #5E3101. Grayscale: #C5C5C5. Windows color (decimal): -6172930 or 16699041. OLE color: 16699041.

HSL color Cylindrical-coordinate representation of color #A1CEFE: hue angle of 210.97º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1CEFE is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB161206254-
CMYK0.370.1900.00
HSL210.97º97.89%81.37%-
HSV(B)210.97º36.61%99.61%-
XYZ54.6658.88102.25-
YUV198.02159.59101.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.93%
GREEN value IS 206 (80.86% from 255) = 33.17%
BLUE value IS 254 (99.61% from 255) = 40.90%
R=25.93%
G=33.17%
B=40.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1612062540.370.1900.00210.9797.8981.37
HexA1CEFE251300d36251
Octal241316376452300323142121
Binary10100001110011101111111010010110011001101001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEFE; }

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

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

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

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

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

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

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

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