#A5D6FA

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

Shades of Columbia Blue #A5D6FA

Tints of Columbia Blue #A5D6FA

Color information

#A5D6FA (or 0xA5D6FA) is unknown color: approx Columbia Blue. HEX triplet: A5, D6 and FA. RGB value is (165,214,250). Sum of RGB (Red+Green+Blue) = 165+214+250=629 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.23% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5D6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D6FA is #5A2905. Grayscale: #CBCBCB. Windows color (decimal): -5908742 or 16438949. OLE color: 16438949.

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

Color convert

RGB165214250-
CMYK0.340.1400.02
HSL205.41º89.47%81.37%-
HSV(B)205.41º34%98.04%-
XYZ56.8262.9999.61-
YUV203.45154.27100.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.23%
GREEN value IS 214 (83.98% from 255) = 34.02%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=26.23%
G=34.02%
B=39.75%

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
Decimal1652142500.340.1400.02205.4189.4781.37
HexA5D6FA22E02cd5951
Octal245326372421602315131121
Binary10100101110101101111101010001011100101100110110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D6FA; }

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

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

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

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

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

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

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

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