#A4E2FB

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

Shades of Columbia Blue #A4E2FB

Tints of Columbia Blue #A4E2FB

Color information

#A4E2FB (or 0xA4E2FB) is unknown color: approx Columbia Blue. HEX triplet: A4, E2 and FB. RGB value is (164,226,251). Sum of RGB (Red+Green+Blue) = 164+226+251=641 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.59% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4E2FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E2FB is #5B1D04. Grayscale: #D2D2D2. Windows color (decimal): -5971205 or 16507556. OLE color: 16507556.

HSL color Cylindrical-coordinate representation of color #A4E2FB: hue angle of 197.24º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4E2FB is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB164226251-
CMYK0.350.1000.02
HSL197.24º91.58%81.37%-
HSV(B)197.24º34.66%98.43%-
XYZ59.9269.25101.48-
YUV210.31150.9694.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.59%
GREEN value IS 226 (88.67% from 255) = 35.26%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=25.59%
G=35.26%
B=39.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642262510.350.1000.02197.2491.5881.37
HexA4E2FB23A02c55c51
Octal244342373431202305134121
Binary10100100111000101111101110001110100101100010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E2FB; }

 p { color: rgb(164,226,251); }

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

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

 a { background-color: rgb(164,226,251); }

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

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

 span { border-color: rgb(164,226,251); }

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