#A6EBFF

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

Shades of Columbia Blue #A6EBFF

Tints of Columbia Blue #A6EBFF

Color information

#A6EBFF (or 0xA6EBFF) is unknown color: approx Columbia Blue. HEX triplet: A6, EB and FF. RGB value is (166,235,255). Sum of RGB (Red+Green+Blue) = 166+235+255=656 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.30% from 656); Green value is 235 (92.19% from 255 or 35.82% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6EBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EBFF is #591400. Grayscale: #D8D8D8. Windows color (decimal): -5837825 or 16772006. OLE color: 16772006.

HSL color Cylindrical-coordinate representation of color #A6EBFF: hue angle of 193.48º 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 #A6EBFF is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB166235255-
CMYK0.350.0800
HSL193.48º100%82.55%-
HSV(B)193.48º34.9%100%-
XYZ63.4874.74105.69-
YUV216.65149.6491.87-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.30%
GREEN value IS 235 (92.19% from 255) = 35.82%
BLUE value IS 255 (100% from 255) = 38.87%
R=25.30%
G=35.82%
B=38.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662352550.350.0800193.4810082.55
HexA6EBFF23800c16453
Octal246353377431000301144123
Binary1010011011101011111111111000111000001100000111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EBFF; }

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

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

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

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

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

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

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

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