#A7DDF9

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

Shades of Columbia Blue #A7DDF9

Tints of Columbia Blue #A7DDF9

Color information

#A7DDF9 (or 0xA7DDF9) is unknown color: approx Columbia Blue. HEX triplet: A7, DD and F9. RGB value is (167,221,249). Sum of RGB (Red+Green+Blue) = 167+221+249=637 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.22% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 249 (97.66% from 255 or 39.09% from 637); Max value from RGB is 249 - color contains mainly: blue. Hex color #A7DDF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DDF9 is #582206. Grayscale: #CFCFCF. Windows color (decimal): -5775879 or 16375207. OLE color: 16375207.

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

Color convert

RGB167221249-
CMYK0.330.1100.02
HSL200.49º87.23%81.57%-
HSV(B)200.49º32.93%97.65%-
XYZ58.8966.7799.41-
YUV208.05151.1198.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 26.22%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 249 (97.66% from 255) = 39.09%
R=26.22%
G=34.69%
B=39.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1672212490.330.1100.02200.4987.2381.57
HexA7DDF921B02c85752
Octal247335371411302310127122
Binary10100111110111011111100110000110110101100100010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DDF9; }

 p { color: rgb(167,221,249); }

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

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

 a { background-color: rgb(167,221,249); }

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

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

 span { border-color: rgb(167,221,249); }

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