Html Css Color HEX #80BFEE Maya Blue

📋 copy color: '#80BFEE'

red 128 ◦ green 191 ◦ blue 238

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

Shades of Maya Blue #80BFEE

Tints of Maya Blue #80BFEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.73%

R = 22.98%
G = 34.29%
B = 42.73%

CMYK

 C value IS 0.46

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#80BFEE (or 0x80BFEE) is known color: Maya Blue. HEX triplet: 80, BF and EE. RGB value is (128,191,238). Sum of RGB (Red+Green+Blue) = 128+191+238=557 (73% of max value = 765). Red value is 128 (50.39% from 255 or 22.98% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #80BFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BFEE is #7F4011. Grayscale: #B1B1B1. Windows color (decimal): -8339474 or 15646592. OLE color: 15646592.

HSL color Cylindrical-coordinate representation of color #80BFEE: hue angle of 205.64º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80BFEE is Cyan = 0.46, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 191 238 -
CMYK 0.46 0.20 0 0.07
HSL 205.64º 0.76% 0.72% -
HSV(B) 205.64º 0.46% 0.93% -
XYZ 42.97 48.02 87.89 -
YUV 177.52 162.13 92.68 -
System Red Green Blue C M Y K H S L
Decimal 128 191 238 0.46 0.20 0 0.07 205.64 0.76 0.72
Hex 80 BF EE 2E 14 0 7 CE 4C 48
Octal 200 277 356 56 24 0 7 316 114 110
Binary 10000000 10111111 11101110 101110 10100 0 111 11001110 1001100 1001000

Color Harmonies of #80BFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BFEE

Black with #80BFEE

Text Example


Text Example

White with #80BFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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