Html Css Color HEX #80BEEF Maya Blue

📋 copy color: '#80BEEF'

red 128 ◦ green 190 ◦ blue 239

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

Shades of Maya Blue #80BEEF

Tints of Maya Blue #80BEEF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.11%

 BLUE value IS 239 (93.75% from 255) = 42.91%

R = 22.98%
G = 34.11%
B = 42.91%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80BEEF (or 0x80BEEF) is known color: Maya Blue. HEX triplet: 80, BE and EF. RGB value is (128,190,239). Sum of RGB (Red+Green+Blue) = 128+190+239=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #80BEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BEEF is #7F4110. Grayscale: #B0B0B0. Windows color (decimal): -8339729 or 15711872. OLE color: 15711872.

HSL color Cylindrical-coordinate representation of color #80BEEF: hue angle of 206.49º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80BEEF is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 190 239 -
CMYK 0.46 0.21 0 0.06
HSL 206.49º 0.78% 0.72% -
HSV(B) 206.49º 0.46% 0.94% -
XYZ 42.9 47.65 88.6 -
YUV 177.05 162.96 93.02 -
System Red Green Blue C M Y K H S L
Decimal 128 190 239 0.46 0.21 0 0.06 206.49 0.78 0.72
Hex 80 BE EF 2E 15 0 6 CE 4E 48
Octal 200 276 357 56 25 0 6 316 116 110
Binary 10000000 10111110 11101111 101110 10101 0 110 11001110 1001110 1001000

Color Harmonies of #80BEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BEEF

Black with #80BEEF

Text Example


Text Example

White with #80BEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,190,239); }

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

background-color css

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

 a { background-color: rgb(128,190,239); }

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

border-color css

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

 span { border-color: rgb(128,190,239); }

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