#ABC5F2

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

Shades of Tropical Blue #ABC5F2

Tints of Tropical Blue #ABC5F2

Color information

#ABC5F2 (or 0xABC5F2) is unknown color: approx Tropical Blue. HEX triplet: AB, C5 and F2. RGB value is (171,197,242). Sum of RGB (Red+Green+Blue) = 171+197+242=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABC5F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC5F2 is #543A0D. Grayscale: #C2C2C2. Windows color (decimal): -5519886 or 15910315. OLE color: 15910315.

HSL color Cylindrical-coordinate representation of color #ABC5F2: hue angle of 218.03º degrees, saturation: 0.73, 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 #ABC5F2 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171197242-
CMYK0.290.1900.05
HSL218.03º73.2%80.98%-
HSV(B)218.03º29.34%94.9%-
XYZ52.795591.84-
YUV194.36154.89111.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.03%
GREEN value IS 197 (77.34% from 255) = 32.30%
BLUE value IS 242 (94.92% from 255) = 39.67%
R=28.03%
G=32.30%
B=39.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711972420.290.1900.05218.0373.280.98
HexABC5F21D1305da4951
Octal253305362352305332111121
Binary101010111100010111110010111011001101011101101010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC5F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC5F2; }

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

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

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

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

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

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

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

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