#A5DAFD

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

Shades of Columbia Blue #A5DAFD

Tints of Columbia Blue #A5DAFD

Color information

#A5DAFD (or 0xA5DAFD) is unknown color: approx Columbia Blue. HEX triplet: A5, DA and FD. RGB value is (165,218,253). Sum of RGB (Red+Green+Blue) = 165+218+253=636 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.94% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 253 (99.22% from 255 or 39.78% from 636); Max value from RGB is 253 - color contains mainly: blue. Hex color #A5DAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DAFD is #5A2502. Grayscale: #CDCDCD. Windows color (decimal): -5907715 or 16636581. OLE color: 16636581.

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

Color convert

RGB165218253-
CMYK0.350.1400.01
HSL203.86º95.65%81.96%-
HSV(B)203.86º34.78%99.22%-
XYZ58.3265.23102.45-
YUV206.14154.4498.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.94%
GREEN value IS 218 (85.55% from 255) = 34.28%
BLUE value IS 253 (99.22% from 255) = 39.78%
R=25.94%
G=34.28%
B=39.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652182530.350.1400.01203.8695.6581.96
HexA5DAFD23E01cc6052
Octal245332375431601314140122
Binary1010010111011010111111011000111110011100110011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DAFD; }

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

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

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

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

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

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

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

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