#A1C6EF

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

Shades of Pale Cornflower Blue #A1C6EF

Tints of Pale Cornflower Blue #A1C6EF

Color information

#A1C6EF (or 0xA1C6EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, C6 and EF. RGB value is (161,198,239). Sum of RGB (Red+Green+Blue) = 161+198+239=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 198 (77.73% from 255 or 33.11% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #A1C6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1C6EF is #5E3910. Grayscale: #BFBFBF. Windows color (decimal): -6174993 or 15713953. OLE color: 15713953.

HSL color Cylindrical-coordinate representation of color #A1C6EF: hue angle of 211.54º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1C6EF is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB161198239-
CMYK0.330.1700.06
HSL211.54º70.91%78.43%-
HSV(B)211.54º32.64%93.73%-
XYZ50.4754.289.46-
YUV191.61154.74106.17-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.92%
GREEN value IS 198 (77.73% from 255) = 33.11%
BLUE value IS 239 (93.75% from 255) = 39.97%
R=26.92%
G=33.11%
B=39.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1611982390.330.1700.06211.5470.9178.43
HexA1C6EF211106d4474e
Octal241306357412106324107116
Binary1010000111000110111011111000011000101101101010010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C6EF; }

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

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

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

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

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

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

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

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