Html Css Color HEX #80BEF2 Maya Blue

📋 copy color: '#80BEF2'

red 128 ◦ green 190 ◦ blue 242

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

Shades of Maya Blue #80BEF2

Tints of Maya Blue #80BEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.21%

R = 22.86%
G = 33.93%
B = 43.21%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#80BEF2 (or 0x80BEF2) is known color: Maya Blue. HEX triplet: 80, BE and F2. RGB value is (128,190,242). Sum of RGB (Red+Green+Blue) = 128+190+242=560 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.86% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 242 - color contains mainly: blue. Hex color #80BEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BEF2 is #7F410D. Grayscale: #B1B1B1. Windows color (decimal): -8339726 or 15908480. OLE color: 15908480.

HSL color Cylindrical-coordinate representation of color #80BEF2: hue angle of 207.37º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80BEF2 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 190 242 -
CMYK 0.47 0.21 0 0.05
HSL 207.37º 0.81% 0.73% -
HSV(B) 207.37º 0.47% 0.95% -
XYZ 43.34 47.83 90.95 -
YUV 177.39 164.46 92.77 -
System Red Green Blue C M Y K H S L
Decimal 128 190 242 0.47 0.21 0 0.05 207.37 0.81 0.73
Hex 80 BE F2 2F 15 0 5 CF 51 49
Octal 200 276 362 57 25 0 5 317 121 111
Binary 10000000 10111110 11110010 101111 10101 0 101 11001111 1010001 1001001

Color Harmonies of #80BEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BEF2

Black with #80BEF2

Text Example


Text Example

White with #80BEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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