#A1DDFD

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

Shades of Columbia Blue #A1DDFD

Tints of Columbia Blue #A1DDFD

Color information

#A1DDFD (or 0xA1DDFD) is unknown color: approx Columbia Blue. HEX triplet: A1, DD and FD. RGB value is (161,221,253). Sum of RGB (Red+Green+Blue) = 161+221+253=635 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.35% from 635); Green value is 221 (86.72% from 255 or 34.80% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #A1DDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DDFD is #5E2202. Grayscale: #CECECE. Windows color (decimal): -6169091 or 16637345. OLE color: 16637345.

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

Color convert

RGB161221253-
CMYK0.360.1300.01
HSL200.87º95.83%81.18%-
HSV(B)200.87º36.36%99.22%-
XYZ58.2866.38102.67-
YUV206.71154.1295.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.35%
GREEN value IS 221 (86.72% from 255) = 34.80%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=25.35%
G=34.80%
B=39.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612212530.360.1300.01200.8795.8381.18
HexA1DDFD24D01c96051
Octal241335375441501311140121
Binary1010000111011101111111011001001101011100100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DDFD; }

 p { color: rgb(161,221,253); }

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

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

 a { background-color: rgb(161,221,253); }

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

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

 span { border-color: rgb(161,221,253); }

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