#A1C6FE

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

Shades of Pale Cornflower Blue #A1C6FE

Tints of Pale Cornflower Blue #A1C6FE

Color information

#A1C6FE (or 0xA1C6FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, C6 and FE. RGB value is (161,198,254). Sum of RGB (Red+Green+Blue) = 161+198+254=613 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.26% from 613); Green value is 198 (77.73% from 255 or 32.30% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #A1C6FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C6FE is #5E3901. Grayscale: #C1C1C1. Windows color (decimal): -6174978 or 16696993. OLE color: 16696993.

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

Color convert

RGB161198254-
CMYK0.370.2200.00
HSL216.13º97.89%81.37%-
HSV(B)216.13º36.61%99.61%-
XYZ52.7855.12101.62-
YUV193.32162.24104.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.26%
GREEN value IS 198 (77.73% from 255) = 32.30%
BLUE value IS 254 (99.61% from 255) = 41.44%
R=26.26%
G=32.30%
B=41.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1611982540.370.2200.00216.1397.8981.37
HexA1C6FE251600d86251
Octal241306376452600330142121
Binary10100001110001101111111010010110110001101100011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C6FE; }

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

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

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

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

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

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

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

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