#A5D6FD

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

Shades of Columbia Blue #A5D6FD

Tints of Columbia Blue #A5D6FD

Color information

#A5D6FD (or 0xA5D6FD) is unknown color: approx Columbia Blue. HEX triplet: A5, D6 and FD. RGB value is (165,214,253). Sum of RGB (Red+Green+Blue) = 165+214+253=632 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.11% from 632); Green value is 214 (83.98% from 255 or 33.86% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5D6FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D6FD is #5A2902. Grayscale: #CBCBCB. Windows color (decimal): -5908739 or 16635557. OLE color: 16635557.

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

Color convert

RGB165214253-
CMYK0.350.1500.01
HSL206.59º95.65%81.96%-
HSV(B)206.59º34.78%99.22%-
XYZ57.2963.18102.1-
YUV203.8155.77100.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.11%
GREEN value IS 214 (83.98% from 255) = 33.86%
BLUE value IS 253 (99.22% from 255) = 40.03%
R=26.11%
G=33.86%
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.01
SystemRedGreenBlueCMYKHSL
Decimal1652142530.350.1500.01206.5995.6581.96
HexA5D6FD23F01cf6052
Octal245326375431701317140122
Binary1010010111010110111111011000111111011100111111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D6FD; }

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

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

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

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

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

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

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

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