#A1DCFC

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

Shades of Columbia Blue #A1DCFC

Tints of Columbia Blue #A1DCFC

Color information

#A1DCFC (or 0xA1DCFC) is unknown color: approx Columbia Blue. HEX triplet: A1, DC and FC. RGB value is (161,220,252). Sum of RGB (Red+Green+Blue) = 161+220+252=633 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.43% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #A1DCFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DCFC is #5E2303. Grayscale: #CDCDCD. Windows color (decimal): -6169348 or 16571553. OLE color: 16571553.

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

Color convert

RGB161220252-
CMYK0.360.1300.01
HSL201.1º93.81%80.98%-
HSV(B)201.1º36.11%98.82%-
XYZ57.8665.79101.74-
YUV206.01153.9595.9-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.43%
GREEN value IS 220 (86.33% from 255) = 34.76%
BLUE value IS 252 (98.83% from 255) = 39.81%
R=25.43%
G=34.76%
B=39.81%

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
Decimal1612202520.360.1300.01201.193.8180.98
HexA1DCFC24D01c95e51
Octal241334374441501311136121
Binary1010000111011100111111001001001101011100100110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DCFC; }

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

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

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

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

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

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

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

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