Html Css Color HEX #80BBBA Monte Carlo

📋 copy color: '#80BBBA'

red 128 ◦ green 187 ◦ blue 186

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

Shades of Monte Carlo #80BBBA

Tints of Monte Carlo #80BBBA

RGB

 RED value IS 128 (50.39% from 255) = 25.55%

 GREEN value IS 187 (73.44% from 255) = 37.33%

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 25.55%
G = 37.33%
B = 37.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#80BBBA (or 0x80BBBA) is known color: Monte Carlo. HEX triplet: 80, BB and BA. RGB value is (128,187,186). Sum of RGB (Red+Green+Blue) = 128+187+186=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 187 - color contains mainly: green. Hex color #80BBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBBA is #7F4445. Grayscale: #A9A9A9. Windows color (decimal): -8340550 or 12237696. OLE color: 12237696.

HSL color Cylindrical-coordinate representation of color #80BBBA: hue angle of 178.98º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BBBA is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 187 186 -
CMYK 0.32 0 0.01 0.27
HSL 178.98º 0.3% 0.62% -
HSV(B) 178.98º 0.32% 0.73% -
XYZ 35.54 43.68 53.01 -
YUV 169.25 137.45 98.58 -
System Red Green Blue C M Y K H S L
Decimal 128 187 186 0.32 0 0.01 0.27 178.98 0.3 0.62
Hex 80 BB BA 20 0 1 1B B3 1E 3E
Octal 200 273 272 40 0 1 33 263 36 76
Binary 10000000 10111011 10111010 100000 0 1 11011 10110011 11110 111110

Color Harmonies of #80BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BBBA

Black with #80BBBA

Text Example


Text Example

White with #80BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80BBBA; }

 p { color: rgb(128,187,186); }

 H1.HeaderClassName
 {
   color: #80BBBA;
 }
 .AnyTagClassName
 {
   color: #80BBBA;
 }
</style>

background-color css

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

 a { background-color: rgb(128,187,186); }

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

border-color css

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

 span { border-color: rgb(128,187,186); }

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