Html Css Color HEX #80BEFA Maya Blue

📋 copy color: '#80BEFA'

red 128 ◦ green 190 ◦ blue 250

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

Shades of Maya Blue #80BEFA

Tints of Maya Blue #80BEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.01%

R = 22.54%
G = 33.45%
B = 44.01%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#80BEFA (or 0x80BEFA) is known color: Maya Blue. HEX triplet: 80, BE and FA. RGB value is (128,190,250). Sum of RGB (Red+Green+Blue) = 128+190+250=568 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.54% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #80BEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BEFA is #7F4105. Grayscale: #B2B2B2. Windows color (decimal): -8339718 or 16432768. OLE color: 16432768.

HSL color Cylindrical-coordinate representation of color #80BEFA: hue angle of 209.51º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80BEFA is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 190 250 -
CMYK 0.49 0.24 0 0.02
HSL 209.51º 0.92% 0.74% -
HSV(B) 209.51º 0.49% 0.98% -
XYZ 44.57 48.32 97.42 -
YUV 178.3 168.46 92.12 -
System Red Green Blue C M Y K H S L
Decimal 128 190 250 0.49 0.24 0 0.02 209.51 0.92 0.74
Hex 80 BE FA 31 18 0 2 D2 5C 4A
Octal 200 276 372 61 30 0 2 322 134 112
Binary 10000000 10111110 11111010 110001 11000 0 10 11010010 1011100 1001010

Color Harmonies of #80BEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BEFA

Black with #80BEFA

Text Example


Text Example

White with #80BEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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