#A4DDFB

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

Shades of Columbia Blue #A4DDFB

Tints of Columbia Blue #A4DDFB

Color information

#A4DDFB (or 0xA4DDFB) is unknown color: approx Columbia Blue. HEX triplet: A4, DD and FB. RGB value is (164,221,251). Sum of RGB (Red+Green+Blue) = 164+221+251=636 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.79% from 636); Green value is 221 (86.72% from 255 or 34.75% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4DDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DDFB is #5B2204. Grayscale: #CFCFCF. Windows color (decimal): -5972485 or 16506276. OLE color: 16506276.

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

Color convert

RGB164221251-
CMYK0.350.1200.02
HSL200.69º91.58%81.37%-
HSV(B)200.69º34.66%98.43%-
XYZ58.5866.57101.03-
YUV207.38152.6297.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.79%
GREEN value IS 221 (86.72% from 255) = 34.75%
BLUE value IS 251 (98.44% from 255) = 39.47%
R=25.79%
G=34.75%
B=39.47%

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
Decimal1642212510.350.1200.02200.6991.5881.37
HexA4DDFB23C02c95c51
Octal244335373431402311134121
Binary10100100110111011111101110001111000101100100110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DDFB; }

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

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

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

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

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

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

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

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