#ABDCF6

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

Shades of Columbia Blue #ABDCF6

Tints of Columbia Blue #ABDCF6

Color information

#ABDCF6 (or 0xABDCF6) is unknown color: approx Columbia Blue. HEX triplet: AB, DC and F6. RGB value is (171,220,246). Sum of RGB (Red+Green+Blue) = 171+220+246=637 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.84% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 246 (96.48% from 255 or 38.62% from 637); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABDCF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCF6 is #542309. Grayscale: #D0D0D0. Windows color (decimal): -5513994 or 16178347. OLE color: 16178347.

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

Color convert

RGB171220246-
CMYK0.300.1100.04
HSL200.8º80.65%81.76%-
HSV(B)200.8º30.49%96.47%-
XYZ59.0266.596.91-
YUV208.31149.27101.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.84%
GREEN value IS 220 (86.33% from 255) = 34.54%
BLUE value IS 246 (96.48% from 255) = 38.62%
R=26.84%
G=34.54%
B=38.62%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712202460.300.1100.04200.880.6581.76
HexABDCF61EB04c95152
Octal253334366361304311121122
Binary10101011110111001111011011110101101001100100110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDCF6; }

 p { color: rgb(171,220,246); }

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

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

 a { background-color: rgb(171,220,246); }

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

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

 span { border-color: rgb(171,220,246); }

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