Html Css Color HEX #80BEF0 Maya Blue

📋 copy color: '#80BEF0'

red 128 ◦ green 190 ◦ blue 240

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

Shades of Maya Blue #80BEF0

Tints of Maya Blue #80BEF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.01%

R = 22.94%
G = 34.05%
B = 43.01%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#80BEF0 (or 0x80BEF0) is known color: Maya Blue. HEX triplet: 80, BE and F0. RGB value is (128,190,240). Sum of RGB (Red+Green+Blue) = 128+190+240=558 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.94% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #80BEF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BEF0 is #7F410F. Grayscale: #B0B0B0. Windows color (decimal): -8339728 or 15777408. OLE color: 15777408.

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

Color convert

RGB 128 190 240 -
CMYK 0.47 0.21 0 0.06
HSL 206.79º 0.79% 0.72% -
HSV(B) 206.79º 0.47% 0.94% -
XYZ 43.04 47.71 89.38 -
YUV 177.16 163.46 92.93 -
System Red Green Blue C M Y K H S L
Decimal 128 190 240 0.47 0.21 0 0.06 206.79 0.79 0.72
Hex 80 BE F0 2F 15 0 6 CF 4F 48
Octal 200 276 360 57 25 0 6 317 117 110
Binary 10000000 10111110 11110000 101111 10101 0 110 11001111 1001111 1001000

Color Harmonies of #80BEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BEF0

Black with #80BEF0

Text Example


Text Example

White with #80BEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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