#A1DDFC

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

Shades of Columbia Blue #A1DDFC

Tints of Columbia Blue #A1DDFC

Color information

#A1DDFC (or 0xA1DDFC) is unknown color: approx Columbia Blue. HEX triplet: A1, DD and FC. RGB value is (161,221,252). Sum of RGB (Red+Green+Blue) = 161+221+252=634 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.39% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 252 (98.83% from 255 or 39.75% from 634); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1DDFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DDFC is #5E2203. Grayscale: #CECECE. Windows color (decimal): -6169092 or 16571809. OLE color: 16571809.

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

Color convert

RGB161221252-
CMYK0.360.1200.01
HSL200.44º93.81%80.98%-
HSV(B)200.44º36.11%98.82%-
XYZ58.1366.32101.83-
YUV206.59153.6295.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.39%
GREEN value IS 221 (86.72% from 255) = 34.86%
BLUE value IS 252 (98.83% from 255) = 39.75%
R=25.39%
G=34.86%
B=39.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1612212520.360.1200.01200.4493.8180.98
HexA1DDFC24C01c85e51
Octal241335374441401310136121
Binary1010000111011101111111001001001100011100100010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DDFC; }

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

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

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

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

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

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

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

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