#A6D5FF

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

Shades of Columbia Blue #A6D5FF

Tints of Columbia Blue #A6D5FF

Color information

#A6D5FF (or 0xA6D5FF) is unknown color: approx Columbia Blue. HEX triplet: A6, D5 and FF. RGB value is (166,213,255). Sum of RGB (Red+Green+Blue) = 166+213+255=634 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.18% from 634); Green value is 213 (83.59% from 255 or 33.60% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6D5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D5FF is #592A00. Grayscale: #CBCBCB. Windows color (decimal): -5843457 or 16766374. OLE color: 16766374.

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

Color convert

RGB166213255-
CMYK0.350.1600
HSL208.31º100%82.55%-
HSV(B)208.31º34.9%100%-
XYZ57.5762.92103.72-
YUV203.74156.93101.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.18%
GREEN value IS 213 (83.59% from 255) = 33.60%
BLUE value IS 255 (100% from 255) = 40.22%
R=26.18%
G=33.60%
B=40.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662132550.350.1600208.3110082.55
HexA6D5FF231000d06453
Octal246325377432000320144123
Binary10100110110101011111111110001110000001101000011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D5FF; }

 p { color: rgb(166,213,255); }

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

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

 a { background-color: rgb(166,213,255); }

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

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

 span { border-color: rgb(166,213,255); }

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