#8ABEBD

Color #8ABEBD Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #8ABEBD

Tints of Monte Carlo #8ABEBD

Color information

#8ABEBD (or 0x8ABEBD) is unknown color: approx Monte Carlo. HEX triplet: 8A, BE and BD. RGB value is (138,190,189). Sum of RGB (Red+Green+Blue) = 138+190+189=517 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.69% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABEBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABEBD is #754142. Grayscale: #AEAEAE. Windows color (decimal): -7684419 or 12435082. OLE color: 12435082.

HSL color Cylindrical-coordinate representation of color #8ABEBD: hue angle of 178.85º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8ABEBD is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB138190189-
CMYK0.2700.010.25
HSL178.85º28.57%64.31%-
HSV(B)178.85º27.37%74.51%-
XYZ38.0845.955-
YUV174.34136.27102.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 26.69%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 189 (74.22% from 255) = 36.56%
R=26.69%
G=36.75%
B=36.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381901890.2700.010.25178.8528.5764.31
Hex8ABEBD1B0119b31d40
Octal21227627533013126335100
Binary10001010101111101011110111011011100110110011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ABEBD; }

 p { color: rgb(138,190,189); }

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

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

 a { background-color: rgb(138,190,189); }

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

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

 span { border-color: rgb(138,190,189); }

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