#A5DDFD

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

Shades of Columbia Blue #A5DDFD

Tints of Columbia Blue #A5DDFD

Color information

#A5DDFD (or 0xA5DDFD) is unknown color: approx Columbia Blue. HEX triplet: A5, DD and FD. RGB value is (165,221,253). Sum of RGB (Red+Green+Blue) = 165+221+253=639 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.82% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5DDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DDFD is #5A2202. Grayscale: #CFCFCF. Windows color (decimal): -5906947 or 16637349. OLE color: 16637349.

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

Color convert

RGB165221253-
CMYK0.350.1300.01
HSL201.82º95.65%81.96%-
HSV(B)201.82º34.78%99.22%-
XYZ59.166.8102.71-
YUV207.9153.4597.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.82%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=25.82%
G=34.59%
B=39.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652212530.350.1300.01201.8295.6581.96
HexA5DDFD23D01ca6052
Octal245335375431501312140122
Binary1010010111011101111111011000111101011100101011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DDFD; }

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

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

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

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

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

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

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

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