#ABDCF7

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

Shades of Columbia Blue #ABDCF7

Tints of Columbia Blue #ABDCF7

Color information

#ABDCF7 (or 0xABDCF7) is unknown color: approx Columbia Blue. HEX triplet: AB, DC and F7. RGB value is (171,220,247). Sum of RGB (Red+Green+Blue) = 171+220+247=638 (84% of max value = 765). Red value is 171 (67.19% from 255 or 26.80% from 638); Green value is 220 (86.33% from 255 or 34.48% from 638); Blue value is 247 (96.88% from 255 or 38.71% from 638); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABDCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABDCF7 is #542308. Grayscale: #D0D0D0. Windows color (decimal): -5513993 or 16243883. OLE color: 16243883.

HSL color Cylindrical-coordinate representation of color #ABDCF7: hue angle of 201.32º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABDCF7 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171220247-
CMYK0.310.1100.03
HSL201.32º82.61%81.96%-
HSV(B)201.32º30.77%96.86%-
XYZ59.1866.5697.72-
YUV208.43149.77101.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.80%
GREEN value IS 220 (86.33% from 255) = 34.48%
BLUE value IS 247 (96.88% from 255) = 38.71%
R=26.80%
G=34.48%
B=38.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712202470.310.1100.03201.3282.6181.96
HexABDCF71FB03c95352
Octal253334367371303311123122
Binary1010101111011100111101111111110110111100100110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDCF7; }

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

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

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

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

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

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

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

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