Html Css Color HEX #80BFED Maya Blue

📋 copy color: '#80BFED'

red 128 ◦ green 191 ◦ blue 237

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

Shades of Maya Blue #80BFED

Tints of Maya Blue #80BFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 23.02%
G = 34.35%
B = 42.63%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#80BFED (or 0x80BFED) is known color: Maya Blue. HEX triplet: 80, BF and ED. RGB value is (128,191,237). Sum of RGB (Red+Green+Blue) = 128+191+237=556 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.02% from 556); Green value is 191 (75% from 255 or 34.35% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #80BFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BFED is #7F4012. Grayscale: #B1B1B1. Windows color (decimal): -8339475 or 15581056. OLE color: 15581056.

HSL color Cylindrical-coordinate representation of color #80BFED: hue angle of 205.32º degrees, saturation: 0.75, 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 #80BFED is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 191 237 -
CMYK 0.46 0.19 0 0.07
HSL 205.32º 0.75% 0.72% -
HSV(B) 205.32º 0.46% 0.93% -
XYZ 42.82 47.97 87.12 -
YUV 177.41 161.63 92.76 -
System Red Green Blue C M Y K H S L
Decimal 128 191 237 0.46 0.19 0 0.07 205.32 0.75 0.72
Hex 80 BF ED 2E 13 0 7 CD 4B 48
Octal 200 277 355 56 23 0 7 315 113 110
Binary 10000000 10111111 11101101 101110 10011 0 111 11001101 1001011 1001000

Color Harmonies of #80BFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BFED

Black with #80BFED

Text Example


Text Example

White with #80BFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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