#A5D9FF

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

Shades of Columbia Blue #A5D9FF

Tints of Columbia Blue #A5D9FF

Color information

#A5D9FF (or 0xA5D9FF) is unknown color: approx Columbia Blue. HEX triplet: A5, D9 and FF. RGB value is (165,217,255). Sum of RGB (Red+Green+Blue) = 165+217+255=637 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.90% from 637); Green value is 217 (85.16% from 255 or 34.07% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #A5D9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D9FF is #5A2600. Grayscale: #CDCDCD. Windows color (decimal): -5907969 or 16767397. OLE color: 16767397.

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

Color convert

RGB165217255-
CMYK0.350.1500
HSL205.33º100%82.35%-
HSV(B)205.33º35.29%100%-
XYZ58.3864.85104.05-
YUV205.78155.7798.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.90%
GREEN value IS 217 (85.16% from 255) = 34.07%
BLUE value IS 255 (100% from 255) = 40.03%
R=25.90%
G=34.07%
B=40.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1652172550.350.1500205.3310082.35
HexA5D9FF23F00cd6452
Octal245331377431700315144122
Binary1010010111011001111111111000111111001100110111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D9FF; }

 p { color: rgb(165,217,255); }

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

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

 a { background-color: rgb(165,217,255); }

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

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

 span { border-color: rgb(165,217,255); }

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