#ABC6F1

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

Shades of Tropical Blue #ABC6F1

Tints of Tropical Blue #ABC6F1

Color information

#ABC6F1 (or 0xABC6F1) is unknown color: approx Tropical Blue. HEX triplet: AB, C6 and F1. RGB value is (171,198,241). Sum of RGB (Red+Green+Blue) = 171+198+241=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 198 (77.73% from 255 or 32.46% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABC6F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC6F1 is #54390E. Grayscale: #C2C2C2. Windows color (decimal): -5519631 or 15845035. OLE color: 15845035.

HSL color Cylindrical-coordinate representation of color #ABC6F1: hue angle of 216.86º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABC6F1 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171198241-
CMYK0.290.1800.05
HSL216.86º71.43%80.78%-
HSV(B)216.86º29.05%94.51%-
XYZ52.8755.491.13-
YUV194.83154.05111-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.03%
GREEN value IS 198 (77.73% from 255) = 32.46%
BLUE value IS 241 (94.53% from 255) = 39.51%
R=28.03%
G=32.46%
B=39.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711982410.290.1800.05216.8671.4380.78
HexABC6F11D1205d94751
Octal253306361352205331107121
Binary101010111100011011110001111011001001011101100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC6F1; }

 p { color: rgb(171,198,241); }

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

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

 a { background-color: rgb(171,198,241); }

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

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

 span { border-color: rgb(171,198,241); }

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