#A3DCF7

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

Shades of Columbia Blue #A3DCF7

Tints of Columbia Blue #A3DCF7

Color information

#A3DCF7 (or 0xA3DCF7) is unknown color: approx Columbia Blue. HEX triplet: A3, DC and F7. RGB value is (163,220,247). Sum of RGB (Red+Green+Blue) = 163+220+247=630 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.87% from 630); Green value is 220 (86.33% from 255 or 34.92% from 630); Blue value is 247 (96.88% from 255 or 39.21% from 630); Max value from RGB is 247 - color contains mainly: blue. Hex color #A3DCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DCF7 is #5C2308. Grayscale: #CDCDCD. Windows color (decimal): -6038281 or 16243875. OLE color: 16243875.

HSL color Cylindrical-coordinate representation of color #A3DCF7: hue angle of 199.29º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A3DCF7 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB163220247-
CMYK0.340.1100.03
HSL199.29º84%80.39%-
HSV(B)199.29º34.01%96.86%-
XYZ57.4965.6997.64-
YUV206.03151.1297.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.87%
GREEN value IS 220 (86.33% from 255) = 34.92%
BLUE value IS 247 (96.88% from 255) = 39.21%
R=25.87%
G=34.92%
B=39.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1632202470.340.1100.03199.298480.39
HexA3DCF722B03c75450
Octal243334367421303307124120
Binary10100011110111001111011110001010110111100011110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DCF7; }

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

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

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

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

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

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

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

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