#ABC2F6

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

Shades of Tropical Blue #ABC2F6

Tints of Tropical Blue #ABC2F6

Color information

#ABC2F6 (or 0xABC2F6) is unknown color: approx Tropical Blue. HEX triplet: AB, C2 and F6. RGB value is (171,194,246). Sum of RGB (Red+Green+Blue) = 171+194+246=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABC2F6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC2F6 is #543D09. Grayscale: #C0C0C0. Windows color (decimal): -5520650 or 16171691. OLE color: 16171691.

HSL color Cylindrical-coordinate representation of color #ABC2F6: hue angle of 221.6º 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 #ABC2F6 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171194246-
CMYK0.300.2100.04
HSL221.6º80.65%81.76%-
HSV(B)221.6º30.49%96.47%-
XYZ52.7253.994.81-
YUV193.05157.88112.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.99%
GREEN value IS 194 (76.17% from 255) = 31.75%
BLUE value IS 246 (96.48% from 255) = 40.26%
R=27.99%
G=31.75%
B=40.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711942460.300.2100.04221.680.6581.76
HexABC2F61E1504de5152
Octal253302366362504336121122
Binary101010111100001011110110111101010101001101111010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC2F6; }

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

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

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

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

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

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

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

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