#A5D8FC

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

Shades of Columbia Blue #A5D8FC

Tints of Columbia Blue #A5D8FC

Color information

#A5D8FC (or 0xA5D8FC) is unknown color: approx Columbia Blue. HEX triplet: A5, D8 and FC. RGB value is (165,216,252). Sum of RGB (Red+Green+Blue) = 165+216+252=633 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.07% from 633); Green value is 216 (84.77% from 255 or 34.12% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5D8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5D8FC is #5A2703. Grayscale: #CCCCCC. Windows color (decimal): -5908228 or 16570533. OLE color: 16570533.

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

Color convert

RGB165216252-
CMYK0.350.1400.01
HSL204.83º93.55%81.76%-
HSV(B)204.83º34.52%98.82%-
XYZ57.6464.14101.44-
YUV204.86154.699.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.07%
GREEN value IS 216 (84.77% from 255) = 34.12%
BLUE value IS 252 (98.83% from 255) = 39.81%
R=26.07%
G=34.12%
B=39.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652162520.350.1400.01204.8393.5581.76
HexA5D8FC23E01cd5e52
Octal245330374431601315136122
Binary1010010111011000111111001000111110011100110110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D8FC; }

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

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

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

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

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

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

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

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