#A5DFF6

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

Shades of Columbia Blue #A5DFF6

Tints of Columbia Blue #A5DFF6

Color information

#A5DFF6 (or 0xA5DFF6) is unknown color: approx Columbia Blue. HEX triplet: A5, DF and F6. RGB value is (165,223,246). Sum of RGB (Red+Green+Blue) = 165+223+246=634 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.03% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 246 (96.48% from 255 or 38.80% from 634); Max value from RGB is 246 - color contains mainly: blue. Hex color #A5DFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A5DFF6 is #5A2009. Grayscale: #D0D0D0. Windows color (decimal): -5906442 or 16179109. OLE color: 16179109.

HSL color Cylindrical-coordinate representation of color #A5DFF6: hue angle of 197.04º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5DFF6 is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB165223246-
CMYK0.330.0900.04
HSL197.04º81.82%80.59%-
HSV(B)197.04º32.93%96.47%-
XYZ58.5467.4397.12-
YUV208.28149.2897.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 26.03%
GREEN value IS 223 (87.5% from 255) = 35.17%
BLUE value IS 246 (96.48% from 255) = 38.80%
R=26.03%
G=35.17%
B=38.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1652232460.330.0900.04197.0481.8280.59
HexA5DFF621904c55251
Octal245337366411104305122121
Binary101001011101111111110110100001100101001100010110100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DFF6; }

 p { color: rgb(165,223,246); }

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

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

 a { background-color: rgb(165,223,246); }

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

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

 span { border-color: rgb(165,223,246); }

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