#A1E0FC

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

Shades of Columbia Blue #A1E0FC

Tints of Columbia Blue #A1E0FC

Color information

#A1E0FC (or 0xA1E0FC) is unknown color: approx Columbia Blue. HEX triplet: A1, E0 and FC. RGB value is (161,224,252). Sum of RGB (Red+Green+Blue) = 161+224+252=637 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.27% from 637); Green value is 224 (87.89% from 255 or 35.16% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1E0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E0FC is #5E1F03. Grayscale: #D0D0D0. Windows color (decimal): -6168324 or 16572577. OLE color: 16572577.

HSL color Cylindrical-coordinate representation of color #A1E0FC: hue angle of 198.46º degrees, saturation: 0.94, 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 #A1E0FC is Cyan = 0.36, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB161224252-
CMYK0.360.1100.01
HSL198.46º93.81%80.98%-
HSV(B)198.46º36.11%98.82%-
XYZ58.9267.92102.1-
YUV208.36152.6394.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.27%
GREEN value IS 224 (87.89% from 255) = 35.16%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=25.27%
G=35.16%
B=39.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612242520.360.1100.01198.4693.8180.98
HexA1E0FC24B01c65e51
Octal241340374441301306136121
Binary1010000111100000111111001001001011011100011010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E0FC; }

 p { color: rgb(161,224,252); }

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

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

 a { background-color: rgb(161,224,252); }

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

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

 span { border-color: rgb(161,224,252); }

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