#A5DDFE

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

Shades of Columbia Blue #A5DDFE

Tints of Columbia Blue #A5DDFE

Color information

#A5DDFE (or 0xA5DDFE) is unknown color: approx Columbia Blue. HEX triplet: A5, DD and FE. RGB value is (165,221,254). Sum of RGB (Red+Green+Blue) = 165+221+254=640 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.78% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5DDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DDFE is #5A2201. Grayscale: #CFCFCF. Windows color (decimal): -5906946 or 16702885. OLE color: 16702885.

HSL color Cylindrical-coordinate representation of color #A5DDFE: hue angle of 202.25º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5DDFE is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB165221254-
CMYK0.350.1300.00
HSL202.25º97.8%82.16%-
HSV(B)202.25º35.04%99.61%-
XYZ59.2666.87103.55-
YUV208.02153.9597.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.78%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=25.78%
G=34.53%
B=39.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652212540.350.1300.00202.2597.882.16
HexA5DDFE23D00ca6252
Octal245335376431500312142122
Binary1010010111011101111111101000111101001100101011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DDFE; }

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

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

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

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

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

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

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

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