#A0DDFD

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

Shades of Columbia Blue #A0DDFD

Tints of Columbia Blue #A0DDFD

Color information

#A0DDFD (or 0xA0DDFD) is unknown color: approx Columbia Blue. HEX triplet: A0, DD and FD. RGB value is (160,221,253). Sum of RGB (Red+Green+Blue) = 160+221+253=634 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.24% from 634); Green value is 221 (86.72% from 255 or 34.86% from 634); Blue value is 253 (99.22% from 255 or 39.91% from 634); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0DDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DDFD is #5F2202. Grayscale: #CECECE. Windows color (decimal): -6234627 or 16637344. OLE color: 16637344.

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

Color convert

RGB160221253-
CMYK0.370.1300.01
HSL200.65º95.88%80.98%-
HSV(B)200.65º36.76%99.22%-
XYZ58.0866.28102.66-
YUV206.41154.2994.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.24%
GREEN value IS 221 (86.72% from 255) = 34.86%
BLUE value IS 253 (99.22% from 255) = 39.91%
R=25.24%
G=34.86%
B=39.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602212530.370.1300.01200.6595.8880.98
HexA0DDFD25D01c96051
Octal240335375451501311140121
Binary1010000011011101111111011001011101011100100111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DDFD; }

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

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

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

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

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

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

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

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