#A4E5FA

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

Shades of Columbia Blue #A4E5FA

Tints of Columbia Blue #A4E5FA

Color information

#A4E5FA (or 0xA4E5FA) is unknown color: approx Columbia Blue. HEX triplet: A4, E5 and FA. RGB value is (164,229,250). Sum of RGB (Red+Green+Blue) = 164+229+250=643 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.51% from 643); Green value is 229 (89.84% from 255 or 35.61% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #A4E5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E5FA is #5B1A05. Grayscale: #D3D3D3. Windows color (decimal): -5970438 or 16442788. OLE color: 16442788.

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

Color convert

RGB164229250-
CMYK0.340.0800.02
HSL194.65º89.58%81.18%-
HSV(B)194.65º34.4%98.04%-
XYZ60.5870.83100.92-
YUV211.96149.4793.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.51%
GREEN value IS 229 (89.84% from 255) = 35.61%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=25.51%
G=35.61%
B=38.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642292500.340.0800.02194.6589.5881.18
HexA4E5FA22802c35a51
Octal244345372421002303132121
Binary10100100111001011111101010001010000101100001110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E5FA; }

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

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

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

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

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

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

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

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