#ABC7EC

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

Shades of Tropical Blue #ABC7EC

Tints of Tropical Blue #ABC7EC

Color information

#ABC7EC (or 0xABC7EC) is unknown color: approx Tropical Blue. HEX triplet: AB, C7 and EC. RGB value is (171,199,236). Sum of RGB (Red+Green+Blue) = 171+199+236=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #ABC7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC7EC is #543813. Grayscale: #C2C2C2. Windows color (decimal): -5519380 or 15517611. OLE color: 15517611.

HSL color Cylindrical-coordinate representation of color #ABC7EC: hue angle of 214.15º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABC7EC is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171199236-
CMYK0.280.1600.07
HSL214.15º63.11%79.8%-
HSV(B)214.15º27.54%92.55%-
XYZ52.3655.5687.32-
YUV194.85151.22110.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.22%
GREEN value IS 199 (78.12% from 255) = 32.84%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=28.22%
G=32.84%
B=38.94%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711992360.280.1600.07214.1563.1179.8
HexABC7EC1C1007d63f50
Octal25330735434200732677120
Binary10101011110001111110110011100100000111110101101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC7EC; }

 p { color: rgb(171,199,236); }

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

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

 a { background-color: rgb(171,199,236); }

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

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

 span { border-color: rgb(171,199,236); }

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