#A6DBFF

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

Shades of Columbia Blue #A6DBFF

Tints of Columbia Blue #A6DBFF

Color information

#A6DBFF (or 0xA6DBFF) is unknown color: approx Columbia Blue. HEX triplet: A6, DB and FF. RGB value is (166,219,255). Sum of RGB (Red+Green+Blue) = 166+219+255=640 (84% of max value = 765). Red value is 166 (65.23% from 255 or 25.94% from 640); Green value is 219 (85.94% from 255 or 34.22% from 640); Blue value is 255 (100% from 255 or 39.84% from 640); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6DBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DBFF is #592400. Grayscale: #CFCFCF. Windows color (decimal): -5841921 or 16767910. OLE color: 16767910.

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

Color convert

RGB166219255-
CMYK0.350.1400
HSL204.27º100%82.55%-
HSV(B)204.27º34.9%100%-
XYZ59.1165.99104.23-
YUV207.26154.9498.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 25.94%
GREEN value IS 219 (85.94% from 255) = 34.22%
BLUE value IS 255 (100% from 255) = 39.84%
R=25.94%
G=34.22%
B=39.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662192550.350.1400204.2710082.55
HexA6DBFF23E00cc6453
Octal246333377431600314144123
Binary1010011011011011111111111000111110001100110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DBFF; }

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

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

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

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

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

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

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

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