#A4EBFF

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

Shades of Columbia Blue #A4EBFF

Tints of Columbia Blue #A4EBFF

Color information

#A4EBFF (or 0xA4EBFF) is unknown color: approx Columbia Blue. HEX triplet: A4, EB and FF. RGB value is (164,235,255). Sum of RGB (Red+Green+Blue) = 164+235+255=654 (86% of max value = 765). Red value is 164 (64.45% from 255 or 25.08% from 654); Green value is 235 (92.19% from 255 or 35.93% from 654); Blue value is 255 (100% from 255 or 38.99% from 654); Max value from RGB is 255 - color contains mainly: blue. Hex color #A4EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4EBFF is #5B1400. Grayscale: #D7D7D7. Windows color (decimal): -5968897 or 16772004. OLE color: 16772004.

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

Color convert

RGB164235255-
CMYK0.360.0800
HSL193.19º100%82.16%-
HSV(B)193.19º35.69%100%-
XYZ63.0774.53105.67-
YUV216.05149.9890.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.08%
GREEN value IS 235 (92.19% from 255) = 35.93%
BLUE value IS 255 (100% from 255) = 38.99%
R=25.08%
G=35.93%
B=38.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1642352550.360.0800193.1910082.16
HexA4EBFF24800c16452
Octal244353377441000301144122
Binary1010010011101011111111111001001000001100000111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4EBFF; }

 p { color: rgb(164,235,255); }

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

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

 a { background-color: rgb(164,235,255); }

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

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

 span { border-color: rgb(164,235,255); }

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