#ABC2F8

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

Shades of Tropical Blue #ABC2F8

Tints of Tropical Blue #ABC2F8

Color information

#ABC2F8 (or 0xABC2F8) is unknown color: approx Tropical Blue. HEX triplet: AB, C2 and F8. RGB value is (171,194,248). Sum of RGB (Red+Green+Blue) = 171+194+248=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 194 (76.17% from 255 or 31.65% from 613); Blue value is 248 (97.27% from 255 or 40.46% from 613); Max value from RGB is 248 - color contains mainly: blue. Hex color #ABC2F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC2F8 is #543D07. Grayscale: #C1C1C1. Windows color (decimal): -5520648 or 16302763. OLE color: 16302763.

HSL color Cylindrical-coordinate representation of color #ABC2F8: hue angle of 222.08º degrees, saturation: 0.85, 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 #ABC2F8 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171194248-
CMYK0.310.2200.03
HSL222.08º84.62%82.16%-
HSV(B)222.08º31.05%97.25%-
XYZ53.0354.0296.44-
YUV193.28158.88112.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.90%
GREEN value IS 194 (76.17% from 255) = 31.65%
BLUE value IS 248 (97.27% from 255) = 40.46%
R=27.90%
G=31.65%
B=40.46%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1711942480.310.2200.03222.0884.6282.16
HexABC2F81F1603de5552
Octal253302370372603336125122
Binary10101011110000101111100011111101100111101111010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC2F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC2F8; }

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

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

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

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

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

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

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

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