#A1DAF3

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

Shades of Columbia Blue #A1DAF3

Tints of Columbia Blue #A1DAF3

Color information

#A1DAF3 (or 0xA1DAF3) is unknown color: approx Columbia Blue. HEX triplet: A1, DA and F3. RGB value is (161,218,243). Sum of RGB (Red+Green+Blue) = 161+218+243=622 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.88% from 622); Green value is 218 (85.55% from 255 or 35.05% from 622); Blue value is 243 (95.31% from 255 or 39.07% from 622); Max value from RGB is 243 - color contains mainly: blue. Hex color #A1DAF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DAF3 is #5E250C. Grayscale: #CBCBCB. Windows color (decimal): -6169869 or 15981217. OLE color: 15981217.

HSL color Cylindrical-coordinate representation of color #A1DAF3: hue angle of 198.29º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1DAF3 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB161218243-
CMYK0.340.1000.05
HSL198.29º77.36%79.22%-
HSV(B)198.29º33.74%95.29%-
XYZ55.9564.1994.24-
YUV203.81150.1297.47-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.88%
GREEN value IS 218 (85.55% from 255) = 35.05%
BLUE value IS 243 (95.31% from 255) = 39.07%
R=25.88%
G=35.05%
B=39.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1612182430.340.1000.05198.2977.3679.22
HexA1DAF322A05c64d4f
Octal241332363421205306115117
Binary101000011101101011110011100010101001011100011010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DAF3; }

 p { color: rgb(161,218,243); }

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

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

 a { background-color: rgb(161,218,243); }

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

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

 span { border-color: rgb(161,218,243); }

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