#A5DCFB

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

Shades of Columbia Blue #A5DCFB

Tints of Columbia Blue #A5DCFB

Color information

#A5DCFB (or 0xA5DCFB) is unknown color: approx Columbia Blue. HEX triplet: A5, DC and FB. RGB value is (165,220,251). Sum of RGB (Red+Green+Blue) = 165+220+251=636 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.94% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5DCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DCFB is #5A2304. Grayscale: #CECECE. Windows color (decimal): -5907205 or 16506021. OLE color: 16506021.

HSL color Cylindrical-coordinate representation of color #A5DCFB: hue angle of 201.63º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5DCFB is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165220251-
CMYK0.340.1200.02
HSL201.63º91.49%81.57%-
HSV(B)201.63º34.26%98.43%-
XYZ58.5266.15100.95-
YUV207.09152.7897.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.94%
GREEN value IS 220 (86.33% from 255) = 34.59%
BLUE value IS 251 (98.44% from 255) = 39.47%
R=25.94%
G=34.59%
B=39.47%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652202510.340.1200.02201.6391.4981.57
HexA5DCFB22C02ca5b52
Octal245334373421402312133122
Binary10100101110111001111101110001011000101100101010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DCFB; }

 p { color: rgb(165,220,251); }

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

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

 a { background-color: rgb(165,220,251); }

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

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

 span { border-color: rgb(165,220,251); }

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