#A4EAFE

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

Shades of Columbia Blue #A4EAFE

Tints of Columbia Blue #A4EAFE

Color information

#A4EAFE (or 0xA4EAFE) is unknown color: approx Columbia Blue. HEX triplet: A4, EA and FE. RGB value is (164,234,254). Sum of RGB (Red+Green+Blue) = 164+234+254=652 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.15% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4EAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EAFE is #5B1501. Grayscale: #D7D7D7. Windows color (decimal): -5969154 or 16706212. OLE color: 16706212.

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

Color convert

RGB164234254-
CMYK0.350.0800.00
HSL193.33º97.83%81.96%-
HSV(B)193.33º35.43%99.61%-
XYZ62.6273.89104.73-
YUV215.35149.8191.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.15%
GREEN value IS 234 (91.80% from 255) = 35.89%
BLUE value IS 254 (99.61% from 255) = 38.96%
R=25.15%
G=35.89%
B=38.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642342540.350.0800.00193.3397.8381.96
HexA4EAFE23800c16252
Octal244352376431000301142122
Binary1010010011101010111111101000111000001100000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EAFE; }

 p { color: rgb(164,234,254); }

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

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

 a { background-color: rgb(164,234,254); }

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

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

 span { border-color: rgb(164,234,254); }

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