#A5E3FA

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

Shades of Columbia Blue #A5E3FA

Tints of Columbia Blue #A5E3FA

Color information

#A5E3FA (or 0xA5E3FA) is unknown color: approx Columbia Blue. HEX triplet: A5, E3 and FA. RGB value is (165,227,250). Sum of RGB (Red+Green+Blue) = 165+227+250=642 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.70% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 250 (98.05% from 255 or 38.94% from 642); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5E3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E3FA is #5A1C05. Grayscale: #D2D2D2. Windows color (decimal): -5905414 or 16442277. OLE color: 16442277.

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

Color convert

RGB165227250-
CMYK0.340.0900.02
HSL196.24º89.47%81.37%-
HSV(B)196.24º34%98.04%-
XYZ60.2469.84100.75-
YUV211.08149.9695.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.70%
GREEN value IS 227 (89.06% from 255) = 35.36%
BLUE value IS 250 (98.05% from 255) = 38.94%
R=25.70%
G=35.36%
B=38.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652272500.340.0900.02196.2489.4781.37
HexA5E3FA22902c45951
Octal245343372421102304131121
Binary10100101111000111111101010001010010101100010010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E3FA; }

 p { color: rgb(165,227,250); }

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

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

 a { background-color: rgb(165,227,250); }

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

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

 span { border-color: rgb(165,227,250); }

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