#A7DAFD

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

Shades of Columbia Blue #A7DAFD

Tints of Columbia Blue #A7DAFD

Color information

#A7DAFD (or 0xA7DAFD) is unknown color: approx Columbia Blue. HEX triplet: A7, DA and FD. RGB value is (167,218,253). Sum of RGB (Red+Green+Blue) = 167+218+253=638 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.18% from 638); Green value is 218 (85.55% from 255 or 34.17% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #A7DAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DAFD is #582502. Grayscale: #CECECE. Windows color (decimal): -5776643 or 16636583. OLE color: 16636583.

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

Color convert

RGB167218253-
CMYK0.340.1400.01
HSL204.42º95.56%82.35%-
HSV(B)204.42º33.99%99.22%-
XYZ58.7465.45102.47-
YUV206.74154.199.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.18%
GREEN value IS 218 (85.55% from 255) = 34.17%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=26.18%
G=34.17%
B=39.66%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1672182530.340.1400.01204.4295.5682.35
HexA7DAFD22E01cc6052
Octal247332375421601314140122
Binary1010011111011010111111011000101110011100110011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DAFD; }

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

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

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

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

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

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

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

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