#A2DBFA

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

Shades of Columbia Blue #A2DBFA

Tints of Columbia Blue #A2DBFA

Color information

#A2DBFA (or 0xA2DBFA) is unknown color: approx Columbia Blue. HEX triplet: A2, DB and FA. RGB value is (162,219,250). Sum of RGB (Red+Green+Blue) = 162+219+250=631 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.67% from 631); Green value is 219 (85.94% from 255 or 34.71% from 631); Blue value is 250 (98.05% from 255 or 39.62% from 631); Max value from RGB is 250 - color contains mainly: blue. Hex color #A2DBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DBFA is #5D2405. Grayscale: #CDCDCD. Windows color (decimal): -6104070 or 16440226. OLE color: 16440226.

HSL color Cylindrical-coordinate representation of color #A2DBFA: hue angle of 201.14º 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 #A2DBFA is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162219250-
CMYK0.350.1200.02
HSL201.14º89.8%80.78%-
HSV(B)201.14º35.2%98.04%-
XYZ57.4965.25100.01-
YUV205.49153.1296.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.67%
GREEN value IS 219 (85.94% from 255) = 34.71%
BLUE value IS 250 (98.05% from 255) = 39.62%
R=25.67%
G=34.71%
B=39.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622192500.350.1200.02201.1489.880.78
HexA2DBFA23C02c95a51
Octal242333372431402311132121
Binary10100010110110111111101010001111000101100100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DBFA; }

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

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

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

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

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

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

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

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