Html Css Color HEX #8ABDBB Monte Carlo

📋 copy color: '#8ABDBB'

red 138 ◦ green 189 ◦ blue 187

#8ABDBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Monte Carlo #8ABDBB

Tints of Monte Carlo #8ABDBB

RGB

 RED value IS 138 (54.3% from 255) = 26.85%

 GREEN value IS 189 (74.22% from 255) = 36.77%

 BLUE value IS 187 (73.44% from 255) = 36.38%

R = 26.85%
G = 36.77%
B = 36.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#8ABDBB (or 0x8ABDBB) is known color: Monte Carlo. HEX triplet: 8A, BD and BB. RGB value is (138,189,187). Sum of RGB (Red+Green+Blue) = 138+189+187=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 189 - color contains mainly: green. Hex color #8ABDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABDBB is #754244. Grayscale: #ADADAD. Windows color (decimal): -7684677 or 12303754. OLE color: 12303754.

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

Color convert

RGB 138 189 187 -
CMYK 0.27 0 0.01 0.26
HSL 177.65º 0.28% 0.64% -
HSV(B) 177.65º 0.27% 0.74% -
XYZ 37.65 45.39 53.79 -
YUV 173.52 135.6 102.66 -
System Red Green Blue C M Y K H S L
Decimal 138 189 187 0.27 0 0.01 0.26 177.65 0.28 0.64
Hex 8A BD BB 1B 0 1 1A B2 1C 40
Octal 212 275 273 33 0 1 32 262 34 100
Binary 10001010 10111101 10111011 11011 0 1 11010 10110010 11100 1000000

Color Harmonies of #8ABDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABDBB

Black with #8ABDBB

Text Example


Text Example

White with #8ABDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ABDBB;
 }
 .AnyTagClassName
 {
   color: #8ABDBB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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