#A5E4FC

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

Shades of Columbia Blue #A5E4FC

Tints of Columbia Blue #A5E4FC

Color information

#A5E4FC (or 0xA5E4FC) is unknown color: approx Columbia Blue. HEX triplet: A5, E4 and FC. RGB value is (165,228,252). Sum of RGB (Red+Green+Blue) = 165+228+252=645 (85% of max value = 765). Red value is 165 (64.84% from 255 or 25.58% from 645); Green value is 228 (89.45% from 255 or 35.35% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5E4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5E4FC is #5A1B03. Grayscale: #D3D3D3. Windows color (decimal): -5905156 or 16573605. OLE color: 16573605.

HSL color Cylindrical-coordinate representation of color #A5E4FC: hue angle of 196.55º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5E4FC is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB165228252-
CMYK0.350.1000.01
HSL196.55º93.55%81.76%-
HSV(B)196.55º34.52%98.82%-
XYZ60.8370.51102.5-
YUV211.9150.6394.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.58%
GREEN value IS 228 (89.45% from 255) = 35.35%
BLUE value IS 252 (98.83% from 255) = 39.07%
R=25.58%
G=35.35%
B=39.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652282520.350.1000.01196.5593.5581.76
HexA5E4FC23A01c55e52
Octal245344374431201305136122
Binary1010010111100100111111001000111010011100010110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5E4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5E4FC; }

 p { color: rgb(165,228,252); }

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

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

 a { background-color: rgb(165,228,252); }

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

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

 span { border-color: rgb(165,228,252); }

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