#ABC2ED

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

Shades of Tropical Blue #ABC2ED

Tints of Tropical Blue #ABC2ED

Color information

#ABC2ED (or 0xABC2ED) is unknown color: approx Tropical Blue. HEX triplet: AB, C2 and ED. RGB value is (171,194,237). Sum of RGB (Red+Green+Blue) = 171+194+237=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: blue. Hex color #ABC2ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC2ED is #543D12. Grayscale: #BFBFBF. Windows color (decimal): -5520659 or 15581867. OLE color: 15581867.

HSL color Cylindrical-coordinate representation of color #ABC2ED: hue angle of 219.09º degrees, saturation: 0.65, 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 #ABC2ED is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171194237-
CMYK0.280.1800.07
HSL219.09º64.71%80%-
HSV(B)219.09º27.85%92.94%-
XYZ51.3753.3687.71-
YUV192.02153.38113-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.41%
GREEN value IS 194 (76.17% from 255) = 32.23%
BLUE value IS 237 (92.97% from 255) = 39.37%
R=28.41%
G=32.23%
B=39.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711942370.280.1800.07219.0964.7180
HexABC2ED1C1207db4150
Octal253302355342207333101120
Binary101010111100001011101101111001001001111101101110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC2ED; }

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

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

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

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

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

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

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

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