#A4E0FA

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

Shades of Columbia Blue #A4E0FA

Tints of Columbia Blue #A4E0FA

Color information

#A4E0FA (or 0xA4E0FA) is unknown color: approx Columbia Blue. HEX triplet: A4, E0 and FA. RGB value is (164,224,250). Sum of RGB (Red+Green+Blue) = 164+224+250=638 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.71% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4E0FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E0FA is #5B1F05. Grayscale: #D0D0D0. Windows color (decimal): -5971718 or 16441508. OLE color: 16441508.

HSL color Cylindrical-coordinate representation of color #A4E0FA: hue angle of 198.14º 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 #A4E0FA is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164224250-
CMYK0.340.1000.02
HSL198.14º89.58%81.18%-
HSV(B)198.14º34.4%98.04%-
XYZ59.2268.11100.47-
YUV209.02151.1295.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.71%
GREEN value IS 224 (87.89% from 255) = 35.11%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=25.71%
G=35.11%
B=39.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642242500.340.1000.02198.1489.5881.18
HexA4E0FA22A02c65a51
Octal244340372421202306132121
Binary10100100111000001111101010001010100101100011010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E0FA; }

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

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

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

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

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

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

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

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