#A5E1FA

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

Shades of Columbia Blue #A5E1FA

Tints of Columbia Blue #A5E1FA

Color information

#A5E1FA (or 0xA5E1FA) is unknown color: approx Columbia Blue. HEX triplet: A5, E1 and FA. RGB value is (165,225,250). Sum of RGB (Red+Green+Blue) = 165+225+250=640 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.78% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 250 (98.05% from 255 or 39.06% from 640); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5E1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E1FA is #5A1E05. Grayscale: #D1D1D1. Windows color (decimal): -5905926 or 16441765. OLE color: 16441765.

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

Color convert

RGB165225250-
CMYK0.340.1000.02
HSL197.65º89.47%81.37%-
HSV(B)197.65º34%98.04%-
XYZ59.768.75100.57-
YUV209.91150.6295.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.78%
GREEN value IS 225 (88.28% from 255) = 35.16%
BLUE value IS 250 (98.05% from 255) = 39.06%
R=25.78%
G=35.16%
B=39.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652252500.340.1000.02197.6589.4781.37
HexA5E1FA22A02c65951
Octal245341372421202306131121
Binary10100101111000011111101010001010100101100011010110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E1FA; }

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

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

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

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

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

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

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

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