#A5DBF8

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

Shades of Columbia Blue #A5DBF8

Tints of Columbia Blue #A5DBF8

Color information

#A5DBF8 (or 0xA5DBF8) is unknown color: approx Columbia Blue. HEX triplet: A5, DB and F8. RGB value is (165,219,248). Sum of RGB (Red+Green+Blue) = 165+219+248=632 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.11% from 632); Green value is 219 (85.94% from 255 or 34.65% from 632); Blue value is 248 (97.27% from 255 or 39.24% from 632); Max value from RGB is 248 - color contains mainly: blue. Hex color #A5DBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DBF8 is #5A2407. Grayscale: #CDCDCD. Windows color (decimal): -5907464 or 16309157. OLE color: 16309157.

HSL color Cylindrical-coordinate representation of color #A5DBF8: hue angle of 200.96º degrees, saturation: 0.86, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5DBF8 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB165219248-
CMYK0.330.1200.03
HSL200.96º85.57%80.98%-
HSV(B)200.96º33.47%97.25%-
XYZ57.7965.4498.39-
YUV206.16151.6198.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.11%
GREEN value IS 219 (85.94% from 255) = 34.65%
BLUE value IS 248 (97.27% from 255) = 39.24%
R=26.11%
G=34.65%
B=39.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1652192480.330.1200.03200.9685.5780.98
HexA5DBF821C03c95651
Octal245333370411403311126121
Binary10100101110110111111100010000111000111100100110101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DBF8; }

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

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

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

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

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

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

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

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