#A1CDFE

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

Shades of Pale Cornflower Blue #A1CDFE

Tints of Pale Cornflower Blue #A1CDFE

Color information

#A1CDFE (or 0xA1CDFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, CD and FE. RGB value is (161,205,254). Sum of RGB (Red+Green+Blue) = 161+205+254=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 205 (80.47% from 255 or 33.06% from 620); Blue value is 254 (99.61% from 255 or 40.97% from 620); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1CDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CDFE is #5E3201. Grayscale: #C5C5C5. Windows color (decimal): -6173186 or 16698785. OLE color: 16698785.

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

Color convert

RGB161205254-
CMYK0.370.1900.00
HSL211.61º97.89%81.37%-
HSV(B)211.61º36.61%99.61%-
XYZ54.4258.4102.17-
YUV197.43159.92102.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.97%
GREEN value IS 205 (80.47% from 255) = 33.06%
BLUE value IS 254 (99.61% from 255) = 40.97%
R=25.97%
G=33.06%
B=40.97%

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
Decimal1612052540.370.1900.00211.6197.8981.37
HexA1CDFE251300d46251
Octal241315376452300324142121
Binary10100001110011011111111010010110011001101010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CDFE; }

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

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

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

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

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

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

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

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