Html Css Color HEX #80BBFE Maya Blue

📋 copy color: '#80BBFE'

red 128 ◦ green 187 ◦ blue 254

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

Shades of Maya Blue #80BBFE

Tints of Maya Blue #80BBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.86%

 BLUE value IS 254 (99.61% from 255) = 44.64%

R = 22.5%
G = 32.86%
B = 44.64%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#80BBFE (or 0x80BBFE) is known color: Maya Blue. HEX triplet: 80, BB and FE. RGB value is (128,187,254). Sum of RGB (Red+Green+Blue) = 128+187+254=569 (75% of max value = 765). Red value is 128 (50.39% from 255 or 22.50% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #80BBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #80BBFE is #7F4401. Grayscale: #B0B0B0. Windows color (decimal): -8340482 or 16694144. OLE color: 16694144.

HSL color Cylindrical-coordinate representation of color #80BBFE: hue angle of 211.9º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80BBFE is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 128 187 254 -
CMYK 0.50 0.26 0 0.00
HSL 211.9º 0.98% 0.75% -
HSV(B) 211.9º 0.5% 1% -
XYZ 44.56 47.29 100.54 -
YUV 177 171.45 93.05 -
System Red Green Blue C M Y K H S L
Decimal 128 187 254 0.50 0.26 0 0.00 211.9 0.98 0.75
Hex 80 BB FE 32 1A 0 0 D4 62 4B
Octal 200 273 376 62 32 0 0 324 142 113
Binary 10000000 10111011 11111110 110010 11010 0 0 11010100 1100010 1001011

Color Harmonies of #80BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BBFE

Black with #80BBFE

Text Example


Text Example

White with #80BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,187,254); }

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

background-color css

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

 a { background-color: rgb(128,187,254); }

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

border-color css

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

 span { border-color: rgb(128,187,254); }

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