#A6DFFB

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

Shades of Columbia Blue #A6DFFB

Tints of Columbia Blue #A6DFFB

Color information

#A6DFFB (or 0xA6DFFB) is unknown color: approx Columbia Blue. HEX triplet: A6, DF and FB. RGB value is (166,223,251). Sum of RGB (Red+Green+Blue) = 166+223+251=640 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.94% from 640); Green value is 223 (87.5% from 255 or 34.84% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #A6DFFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DFFB is #592004. Grayscale: #D0D0D0. Windows color (decimal): -5840901 or 16506790. OLE color: 16506790.

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

Color convert

RGB166223251-
CMYK0.340.1100.02
HSL199.76º91.4%81.76%-
HSV(B)199.76º33.86%98.43%-
XYZ59.5367.85101.23-
YUV209.15151.6297.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.94%
GREEN value IS 223 (87.5% from 255) = 34.84%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=25.94%
G=34.84%
B=39.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662232510.340.1100.02199.7691.481.76
HexA6DFFB22B02c85b52
Octal246337373421302310133122
Binary10100110110111111111101110001010110101100100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DFFB; }

 p { color: rgb(166,223,251); }

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

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

 a { background-color: rgb(166,223,251); }

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

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

 span { border-color: rgb(166,223,251); }

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