Html Css Color HEX #80BFF4 Maya Blue

📋 copy color: '#80BFF4'

red 128 ◦ green 191 ◦ blue 244

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

Shades of Maya Blue #80BFF4

Tints of Maya Blue #80BFF4

RGB

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

 GREEN value IS 191 (75% from 255) = 33.93%

 BLUE value IS 244 (95.7% from 255) = 43.34%

R = 22.74%
G = 33.93%
B = 43.34%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#80BFF4 (or 0x80BFF4) is known color: Maya Blue. HEX triplet: 80, BF and F4. RGB value is (128,191,244). Sum of RGB (Red+Green+Blue) = 128+191+244=563 (74% of max value = 765). Red value is 128 (50.39% from 255 or 22.74% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 244 (95.70% from 255 or 43.34% from 563); Max value from RGB is 244 - color contains mainly: blue. Hex color #80BFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BFF4 is #7F400B. Grayscale: #B1B1B1. Windows color (decimal): -8339468 or 16039808. OLE color: 16039808.

HSL color Cylindrical-coordinate representation of color #80BFF4: hue angle of 207.41º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80BFF4 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 191 244 -
CMYK 0.48 0.22 0 0.04
HSL 207.41º 0.84% 0.73% -
HSV(B) 207.41º 0.48% 0.96% -
XYZ 43.86 48.38 92.61 -
YUV 178.21 165.13 92.19 -
System Red Green Blue C M Y K H S L
Decimal 128 191 244 0.48 0.22 0 0.04 207.41 0.84 0.73
Hex 80 BF F4 30 16 0 4 CF 54 49
Octal 200 277 364 60 26 0 4 317 124 111
Binary 10000000 10111111 11110100 110000 10110 0 100 11001111 1010100 1001001

Color Harmonies of #80BFF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BFF4

Black with #80BFF4

Text Example


Text Example

White with #80BFF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,191,244); }

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

background-color css

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

 a { background-color: rgb(128,191,244); }

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

border-color css

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

 span { border-color: rgb(128,191,244); }

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