#A4DEFA

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

Shades of Columbia Blue #A4DEFA

Tints of Columbia Blue #A4DEFA

Color information

#A4DEFA (or 0xA4DEFA) is unknown color: approx Columbia Blue. HEX triplet: A4, DE and FA. RGB value is (164,222,250). Sum of RGB (Red+Green+Blue) = 164+222+250=636 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.79% from 636); Green value is 222 (87.11% from 255 or 34.91% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4DEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DEFA is #5B2105. Grayscale: #CFCFCF. Windows color (decimal): -5972230 or 16440996. OLE color: 16440996.

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

Color convert

RGB164222250-
CMYK0.340.1100.02
HSL199.53º89.58%81.18%-
HSV(B)199.53º34.4%98.04%-
XYZ58.6967.04100.29-
YUV207.85151.7896.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.79%
GREEN value IS 222 (87.11% from 255) = 34.91%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=25.79%
G=34.91%
B=39.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642222500.340.1100.02199.5389.5881.18
HexA4DEFA22B02c85a51
Octal244336372421302310132121
Binary10100100110111101111101010001010110101100100010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DEFA; }

 p { color: rgb(164,222,250); }

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

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

 a { background-color: rgb(164,222,250); }

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

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

 span { border-color: rgb(164,222,250); }

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