#A4DDFF

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

Shades of Columbia Blue #A4DDFF

Tints of Columbia Blue #A4DDFF

Color information

#A4DDFF (or 0xA4DDFF) is unknown color: approx Columbia Blue. HEX triplet: A4, DD and FF. RGB value is (164,221,255). Sum of RGB (Red+Green+Blue) = 164+221+255=640 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.62% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DDFF is #5B2200. Grayscale: #CFCFCF. Windows color (decimal): -5972481 or 16768420. OLE color: 16768420.

HSL color Cylindrical-coordinate representation of color #A4DDFF: hue angle of 202.42º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4DDFF is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB164221255-
CMYK0.360.1300
HSL202.42º100%82.16%-
HSV(B)202.42º35.69%100%-
XYZ59.2266.83104.39-
YUV207.83154.6296.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.62%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 255 (100% from 255) = 39.84%
R=25.62%
G=34.53%
B=39.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642212550.360.1300202.4210082.16
HexA4DDFF24D00ca6452
Octal244335377441500312144122
Binary1010010011011101111111111001001101001100101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DDFF; }

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

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

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

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

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

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

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

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