Html Css Color HEX #50BBFE Maya Blue

📋 copy color: '#50BBFE'

red 80 ◦ green 187 ◦ blue 254

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

Shades of Maya Blue #50BBFE

Tints of Maya Blue #50BBFE

RGB

 RED value IS 80 (31.64% from 255) = 15.36%

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

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

R = 15.36%
G = 35.89%
B = 48.75%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#50BBFE (or 0x50BBFE) is known color: Maya Blue. HEX triplet: 50, BB and FE. RGB value is (80,187,254). Sum of RGB (Red+Green+Blue) = 80+187+254=521 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.36% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #50BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BBFE is #AF4401. Grayscale: #A2A2A2. Windows color (decimal): -11486210 or 16694096. OLE color: 16694096.

HSL color Cylindrical-coordinate representation of color #50BBFE: hue angle of 203.1º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50BBFE is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 187 254 -
CMYK 0.69 0.26 0 0.00
HSL 203.1º 0.99% 0.65% -
HSV(B) 203.1º 0.69% 1% -
XYZ 38.97 44.4 100.28 -
YUV 162.65 179.55 69.05 -
System Red Green Blue C M Y K H S L
Decimal 80 187 254 0.69 0.26 0 0.00 203.1 0.99 0.65
Hex 50 BB FE 45 1A 0 0 CB 63 41
Octal 120 273 376 105 32 0 0 313 143 101
Binary 1010000 10111011 11111110 1000101 11010 0 0 11001011 1100011 1000001

Color Harmonies of #50BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BBFE

Black with #50BBFE

Text Example


Text Example

White with #50BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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