#A2DEFA

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

Shades of Columbia Blue #A2DEFA

Tints of Columbia Blue #A2DEFA

Color information

#A2DEFA (or 0xA2DEFA) is unknown color: approx Columbia Blue. HEX triplet: A2, DE and FA. RGB value is (162,222,250). Sum of RGB (Red+Green+Blue) = 162+222+250=634 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.55% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 250 (98.05% from 255 or 39.43% from 634); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2DEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DEFA is #5D2105. Grayscale: #CFCFCF. Windows color (decimal): -6103302 or 16440994. OLE color: 16440994.

HSL color Cylindrical-coordinate representation of color #A2DEFA: hue angle of 199.09º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2DEFA is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162222250-
CMYK0.350.1100.02
HSL199.09º89.8%80.78%-
HSV(B)199.09º35.2%98.04%-
XYZ58.2866.83100.27-
YUV207.25152.1295.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.55%
GREEN value IS 222 (87.11% from 255) = 35.02%
BLUE value IS 250 (98.05% from 255) = 39.43%
R=25.55%
G=35.02%
B=39.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622222500.350.1100.02199.0989.880.78
HexA2DEFA23B02c75a51
Octal242336372431302307132121
Binary10100010110111101111101010001110110101100011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DEFA; }

 p { color: rgb(162,222,250); }

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

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

 a { background-color: rgb(162,222,250); }

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

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

 span { border-color: rgb(162,222,250); }

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