#A1DEFF

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

Shades of Columbia Blue #A1DEFF

Tints of Columbia Blue #A1DEFF

Color information

#A1DEFF (or 0xA1DEFF) is unknown color: approx Columbia Blue. HEX triplet: A1, DE and FF. RGB value is (161,222,255). Sum of RGB (Red+Green+Blue) = 161+222+255=638 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.24% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1DEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DEFF is #5E2100. Grayscale: #CFCFCF. Windows color (decimal): -6168833 or 16768673. OLE color: 16768673.

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

Color convert

RGB161222255-
CMYK0.370.1300
HSL201.06º100%81.57%-
HSV(B)201.06º36.86%100%-
XYZ58.8767.04104.44-
YUV207.52154.7994.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.24%
GREEN value IS 222 (87.11% from 255) = 34.80%
BLUE value IS 255 (100% from 255) = 39.97%
R=25.24%
G=34.80%
B=39.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612222550.370.1300201.0610081.57
HexA1DEFF25D00c96452
Octal241336377451500311144122
Binary1010000111011110111111111001011101001100100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DEFF; }

 p { color: rgb(161,222,255); }

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

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

 a { background-color: rgb(161,222,255); }

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

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

 span { border-color: rgb(161,222,255); }

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