#A2DAFE

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

Shades of Columbia Blue #A2DAFE

Tints of Columbia Blue #A2DAFE

Color information

#A2DAFE (or 0xA2DAFE) is unknown color: approx Columbia Blue. HEX triplet: A2, DA and FE. RGB value is (162,218,254). Sum of RGB (Red+Green+Blue) = 162+218+254=634 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.55% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2DAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DAFE is #5D2501. Grayscale: #CDCDCD. Windows color (decimal): -6104322 or 16702114. OLE color: 16702114.

HSL color Cylindrical-coordinate representation of color #A2DAFE: hue angle of 203.48º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2DAFE is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB162218254-
CMYK0.360.1400.00
HSL203.48º97.87%81.57%-
HSV(B)203.48º36.22%99.61%-
XYZ57.8664.98103.26-
YUV205.36155.4597.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.55%
GREEN value IS 218 (85.55% from 255) = 34.38%
BLUE value IS 254 (99.61% from 255) = 40.06%
R=25.55%
G=34.38%
B=40.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1622182540.360.1400.00203.4897.8781.57
HexA2DAFE24E00cb6252
Octal242332376441600313142122
Binary1010001011011010111111101001001110001100101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DAFE; }

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

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

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

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

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

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

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

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