Html Css Color HEX #50BFFE Maya Blue

📋 copy color: '#50BFFE'

red 80 ◦ green 191 ◦ blue 254

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

Shades of Maya Blue #50BFFE

Tints of Maya Blue #50BFFE

RGB

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

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

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

R = 15.24%
G = 36.38%
B = 48.38%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#50BFFE (or 0x50BFFE) is known color: Maya Blue. HEX triplet: 50, BF and FE. RGB value is (80,191,254). Sum of RGB (Red+Green+Blue) = 80+191+254=525 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.24% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #50BFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BFFE is #AF4001. Grayscale: #A4A4A4. Windows color (decimal): -11485186 or 16695120. OLE color: 16695120.

HSL color Cylindrical-coordinate representation of color #50BFFE: hue angle of 201.72º 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 #50BFFE is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 191 254 -
CMYK 0.69 0.25 0 0.00
HSL 201.72º 0.99% 0.65% -
HSV(B) 201.72º 0.69% 1% -
XYZ 39.83 46.12 100.57 -
YUV 164.99 178.23 67.38 -
System Red Green Blue C M Y K H S L
Decimal 80 191 254 0.69 0.25 0 0.00 201.72 0.99 0.65
Hex 50 BF FE 45 19 0 0 CA 63 41
Octal 120 277 376 105 31 0 0 312 143 101
Binary 1010000 10111111 11111110 1000101 11001 0 0 11001010 1100011 1000001

Color Harmonies of #50BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BFFE

Black with #50BFFE

Text Example


Text Example

White with #50BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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