#A5D7FA

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

Shades of Columbia Blue #A5D7FA

Tints of Columbia Blue #A5D7FA

Color information

#A5D7FA (or 0xA5D7FA) is unknown color: approx Columbia Blue. HEX triplet: A5, D7 and FA. RGB value is (165,215,250). Sum of RGB (Red+Green+Blue) = 165+215+250=630 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.19% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5D7FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D7FA is #5A2805. Grayscale: #CBCBCB. Windows color (decimal): -5908486 or 16439205. OLE color: 16439205.

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

Color convert

RGB165215250-
CMYK0.340.1400.02
HSL204.71º89.47%81.37%-
HSV(B)204.71º34%98.04%-
XYZ57.0763.599.69-
YUV204.04153.94100.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.19%
GREEN value IS 215 (84.38% from 255) = 34.13%
BLUE value IS 250 (98.05% from 255) = 39.68%
R=26.19%
G=34.13%
B=39.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652152500.340.1400.02204.7189.4781.37
HexA5D7FA22E02cd5951
Octal245327372421602315131121
Binary10100101110101111111101010001011100101100110110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D7FA; }

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

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

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

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

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

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

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

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