#A4E3FB

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

Shades of Columbia Blue #A4E3FB

Tints of Columbia Blue #A4E3FB

Color information

#A4E3FB (or 0xA4E3FB) is unknown color: approx Columbia Blue. HEX triplet: A4, E3 and FB. RGB value is (164,227,251). Sum of RGB (Red+Green+Blue) = 164+227+251=642 (85% of max value = 765). Red value is 164 (64.45% from 255 or 25.55% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 251 (98.44% from 255 or 39.10% from 642); Max value from RGB is 251 - color contains mainly: blue. Hex color #A4E3FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4E3FB is #5B1C04. Grayscale: #D2D2D2. Windows color (decimal): -5970949 or 16507812. OLE color: 16507812.

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

Color convert

RGB164227251-
CMYK0.350.1000.02
HSL196.55º91.58%81.37%-
HSV(B)196.55º34.66%98.43%-
XYZ60.1969.8101.57-
YUV210.9150.6394.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.55%
GREEN value IS 227 (89.06% from 255) = 35.36%
BLUE value IS 251 (98.44% from 255) = 39.10%
R=25.55%
G=35.36%
B=39.10%

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
Decimal1642272510.350.1000.02196.5591.5881.37
HexA4E3FB23A02c55c51
Octal244343373431202305134121
Binary10100100111000111111101110001110100101100010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E3FB; }

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

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

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

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

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

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

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

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