#A8DAFD

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

Shades of Columbia Blue #A8DAFD

Tints of Columbia Blue #A8DAFD

Color information

#A8DAFD (or 0xA8DAFD) is unknown color: approx Columbia Blue. HEX triplet: A8, DA and FD. RGB value is (168,218,253). Sum of RGB (Red+Green+Blue) = 168+218+253=639 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.29% from 639); Green value is 218 (85.55% from 255 or 34.12% from 639); Blue value is 253 (99.22% from 255 or 39.59% from 639); Max value from RGB is 253 - color contains mainly: blue. Hex color #A8DAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A8DAFD is #572502. Grayscale: #CECECE. Windows color (decimal): -5711107 or 16636584. OLE color: 16636584.

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

Color convert

RGB168218253-
CMYK0.340.1400.01
HSL204.71º95.51%82.55%-
HSV(B)204.71º33.6%99.22%-
XYZ58.9565.56102.48-
YUV207.04153.94100.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.29%
GREEN value IS 218 (85.55% from 255) = 34.12%
BLUE value IS 253 (99.22% from 255) = 39.59%
R=26.29%
G=34.12%
B=39.59%

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
Decimal1682182530.340.1400.01204.7195.5182.55
HexA8DAFD22E01cd6053
Octal250332375421601315140123
Binary1010100011011010111111011000101110011100110111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DAFD; }

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

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

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

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

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

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

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

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