#A4E0FC

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

Shades of Columbia Blue #A4E0FC

Tints of Columbia Blue #A4E0FC

Color information

#A4E0FC (or 0xA4E0FC) is unknown color: approx Columbia Blue. HEX triplet: A4, E0 and FC. RGB value is (164,224,252). Sum of RGB (Red+Green+Blue) = 164+224+252=640 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.62% from 640); Green value is 224 (87.89% from 255 or 35% from 640); Blue value is 252 (98.83% from 255 or 39.38% from 640); Max value from RGB is 252 - color contains mainly: blue. Hex color #A4E0FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E0FC is #5B1F03. Grayscale: #D1D1D1. Windows color (decimal): -5971716 or 16572580. OLE color: 16572580.

HSL color Cylindrical-coordinate representation of color #A4E0FC: hue angle of 199.09º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4E0FC is Cyan = 0.35, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB164224252-
CMYK0.350.1100.01
HSL199.09º93.62%81.57%-
HSV(B)199.09º34.92%98.82%-
XYZ59.5468.23102.13-
YUV209.25152.1295.72-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.62%
GREEN value IS 224 (87.89% from 255) = 35%
BLUE value IS 252 (98.83% from 255) = 39.38%
R=25.62%
G=35%
B=39.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1642242520.350.1100.01199.0993.6281.57
HexA4E0FC23B01c75e52
Octal244340374431301307136122
Binary1010010011100000111111001000111011011100011110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E0FC; }

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

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

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

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

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

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

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

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