#A4DDF6

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

Shades of Columbia Blue #A4DDF6

Tints of Columbia Blue #A4DDF6

Color information

#A4DDF6 (or 0xA4DDF6) is unknown color: approx Columbia Blue. HEX triplet: A4, DD and F6. RGB value is (164,221,246). Sum of RGB (Red+Green+Blue) = 164+221+246=631 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.99% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 246 (96.48% from 255 or 38.99% from 631); Max value from RGB is 246 - color contains mainly: blue. Hex color #A4DDF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DDF6 is #5B2209. Grayscale: #CECECE. Windows color (decimal): -5972490 or 16178596. OLE color: 16178596.

HSL color Cylindrical-coordinate representation of color #A4DDF6: hue angle of 198.29º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4DDF6 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB164221246-
CMYK0.330.1000.04
HSL198.29º82%80.39%-
HSV(B)198.29º33.33%96.47%-
XYZ57.866.2696.93-
YUV206.81150.1297.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.99%
GREEN value IS 221 (86.72% from 255) = 35.02%
BLUE value IS 246 (96.48% from 255) = 38.99%
R=25.99%
G=35.02%
B=38.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1642212460.330.1000.04198.298280.39
HexA4DDF621A04c65250
Octal244335366411204306122120
Binary101001001101110111110110100001101001001100011010100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DDF6; }

 p { color: rgb(164,221,246); }

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

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

 a { background-color: rgb(164,221,246); }

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

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

 span { border-color: rgb(164,221,246); }

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