#A3DCF9

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

Shades of Columbia Blue #A3DCF9

Tints of Columbia Blue #A3DCF9

Color information

#A3DCF9 (or 0xA3DCF9) is unknown color: approx Columbia Blue. HEX triplet: A3, DC and F9. RGB value is (163,220,249). Sum of RGB (Red+Green+Blue) = 163+220+249=632 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.79% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 249 (97.66% from 255 or 39.40% from 632); Max value from RGB is 249 - color contains mainly: blue. Hex color #A3DCF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DCF9 is #5C2306. Grayscale: #CECECE. Windows color (decimal): -6038279 or 16374947. OLE color: 16374947.

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

Color convert

RGB163220249-
CMYK0.350.1200.02
HSL200.23º87.76%80.78%-
HSV(B)200.23º34.54%97.65%-
XYZ57.865.8199.28-
YUV206.26152.1297.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.79%
GREEN value IS 220 (86.33% from 255) = 34.81%
BLUE value IS 249 (97.66% from 255) = 39.40%
R=25.79%
G=34.81%
B=39.40%

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
Decimal1632202490.350.1200.02200.2387.7680.78
HexA3DCF923C02c85851
Octal243334371431402310130121
Binary10100011110111001111100110001111000101100100010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DCF9; }

 p { color: rgb(163,220,249); }

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

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

 a { background-color: rgb(163,220,249); }

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

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

 span { border-color: rgb(163,220,249); }

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