#A5DDFB

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

Shades of Columbia Blue #A5DDFB

Tints of Columbia Blue #A5DDFB

Color information

#A5DDFB (or 0xA5DDFB) is unknown color: approx Columbia Blue. HEX triplet: A5, DD and FB. RGB value is (165,221,251). Sum of RGB (Red+Green+Blue) = 165+221+251=637 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.90% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #A5DDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DDFB is #5A2204. Grayscale: #CFCFCF. Windows color (decimal): -5906949 or 16506277. OLE color: 16506277.

HSL color Cylindrical-coordinate representation of color #A5DDFB: hue angle of 200.93º 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 #A5DDFB is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165221251-
CMYK0.340.1200.02
HSL200.93º91.49%81.57%-
HSV(B)200.93º34.26%98.43%-
XYZ58.7966.68101.04-
YUV207.68152.4597.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.90%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=25.90%
G=34.69%
B=39.40%

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
Decimal1652212510.340.1200.02200.9391.4981.57
HexA5DDFB22C02c95b52
Octal245335373421402311133122
Binary10100101110111011111101110001011000101100100110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DDFB; }

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

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

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

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

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

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

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

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