#A5DBFC

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

Shades of Columbia Blue #A5DBFC

Tints of Columbia Blue #A5DBFC

Color information

#A5DBFC (or 0xA5DBFC) is unknown color: approx Columbia Blue. HEX triplet: A5, DB and FC. RGB value is (165,219,252). Sum of RGB (Red+Green+Blue) = 165+219+252=636 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.94% from 636); Green value is 219 (85.94% from 255 or 34.43% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #A5DBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DBFC is #5A2403. Grayscale: #CECECE. Windows color (decimal): -5907460 or 16571301. OLE color: 16571301.

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

Color convert

RGB165219252-
CMYK0.350.1300.01
HSL202.76º93.55%81.76%-
HSV(B)202.76º34.52%98.82%-
XYZ58.4265.69101.7-
YUV206.62153.6198.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.94%
GREEN value IS 219 (85.94% from 255) = 34.43%
BLUE value IS 252 (98.83% from 255) = 39.62%
R=25.94%
G=34.43%
B=39.62%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1652192520.350.1300.01202.7693.5581.76
HexA5DBFC23D01cb5e52
Octal245333374431501313136122
Binary1010010111011011111111001000111101011100101110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DBFC; }

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

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

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

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

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

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

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

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