#A4DAFD

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

Shades of Columbia Blue #A4DAFD

Tints of Columbia Blue #A4DAFD

Color information

#A4DAFD (or 0xA4DAFD) is unknown color: approx Columbia Blue. HEX triplet: A4, DA and FD. RGB value is (164,218,253). Sum of RGB (Red+Green+Blue) = 164+218+253=635 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.83% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 253 (99.22% from 255 or 39.84% from 635); Max value from RGB is 253 - color contains mainly: blue. Hex color #A4DAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DAFD is #5B2502. Grayscale: #CDCDCD. Windows color (decimal): -5973251 or 16636580. OLE color: 16636580.

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

Color convert

RGB164218253-
CMYK0.350.1400.01
HSL203.6º95.7%81.76%-
HSV(B)203.6º35.18%99.22%-
XYZ58.1165.13102.44-
YUV205.84154.6198.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.83%
GREEN value IS 218 (85.55% from 255) = 34.33%
BLUE value IS 253 (99.22% from 255) = 39.84%
R=25.83%
G=34.33%
B=39.84%

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
Decimal1642182530.350.1400.01203.695.781.76
HexA4DAFD23E01cc6052
Octal244332375431601314140122
Binary1010010011011010111111011000111110011100110011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DAFD; }

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

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

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

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

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

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

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

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