#A2DAFD

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

Shades of Columbia Blue #A2DAFD

Tints of Columbia Blue #A2DAFD

Color information

#A2DAFD (or 0xA2DAFD) is unknown color: approx Columbia Blue. HEX triplet: A2, DA and FD. RGB value is (162,218,253). Sum of RGB (Red+Green+Blue) = 162+218+253=633 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.59% from 633); Green value is 218 (85.55% from 255 or 34.44% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #A2DAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DAFD is #5D2502. Grayscale: #CDCDCD. Windows color (decimal): -6104323 or 16636578. OLE color: 16636578.

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

Color convert

RGB162218253-
CMYK0.360.1400.01
HSL203.08º95.79%81.37%-
HSV(B)203.08º35.97%99.22%-
XYZ57.764.92102.42-
YUV205.25154.9597.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.59%
GREEN value IS 218 (85.55% from 255) = 34.44%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=25.59%
G=34.44%
B=39.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1622182530.360.1400.01203.0895.7981.37
HexA2DAFD24E01cb6051
Octal242332375441601313140121
Binary1010001011011010111111011001001110011100101111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DAFD; }

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

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

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

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

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

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

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

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