Html Css Color HEX #80BEFE Maya Blue

📋 copy color: '#80BEFE'

red 128 ◦ green 190 ◦ blue 254

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

Shades of Maya Blue #80BEFE

Tints of Maya Blue #80BEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.41%

R = 22.38%
G = 33.22%
B = 44.41%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80BEFE (or 0x80BEFE) is known color: Maya Blue. HEX triplet: 80, BE and FE. RGB value is (128,190,254). Sum of RGB (Red+Green+Blue) = 128+190+254=572 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.38% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #80BEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BEFE is #7F4101. Grayscale: #B2B2B2. Windows color (decimal): -8339714 or 16694912. OLE color: 16694912.

HSL color Cylindrical-coordinate representation of color #80BEFE: hue angle of 210.48º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80BEFE is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 190 254 -
CMYK 0.50 0.25 0 0.00
HSL 210.48º 0.98% 0.75% -
HSV(B) 210.48º 0.5% 1% -
XYZ 45.2 48.57 100.76 -
YUV 178.76 170.46 91.8 -
System Red Green Blue C M Y K H S L
Decimal 128 190 254 0.50 0.25 0 0.00 210.48 0.98 0.75
Hex 80 BE FE 32 19 0 0 D2 62 4B
Octal 200 276 376 62 31 0 0 322 142 113
Binary 10000000 10111110 11111110 110010 11001 0 0 11010010 1100010 1001011

Color Harmonies of #80BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BEFE

Black with #80BEFE

Text Example


Text Example

White with #80BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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