#ABC5F9

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

Shades of Tropical Blue #ABC5F9

Tints of Tropical Blue #ABC5F9

Color information

#ABC5F9 (or 0xABC5F9) is unknown color: approx Tropical Blue. HEX triplet: AB, C5 and F9. RGB value is (171,197,249). Sum of RGB (Red+Green+Blue) = 171+197+249=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 197 (77.34% from 255 or 31.93% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #ABC5F9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC5F9 is #543A06. Grayscale: #C2C2C2. Windows color (decimal): -5519879 or 16369067. OLE color: 16369067.

HSL color Cylindrical-coordinate representation of color #ABC5F9: hue angle of 220º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABC5F9 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171197249-
CMYK0.310.2100.02
HSL220º86.67%82.35%-
HSV(B)220º31.33%97.65%-
XYZ53.8655.4397.48-
YUV195.15158.39110.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.71%
GREEN value IS 197 (77.34% from 255) = 31.93%
BLUE value IS 249 (97.66% from 255) = 40.36%
R=27.71%
G=31.93%
B=40.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711972490.310.2100.0222086.6782.35
HexABC5F91F1502dc5752
Octal253305371372502334127122
Binary10101011110001011111100111111101010101101110010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC5F9; }

 p { color: rgb(171,197,249); }

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

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

 a { background-color: rgb(171,197,249); }

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

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

 span { border-color: rgb(171,197,249); }

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