Html Css Color HEX #50BFFC Maya Blue

📋 copy color: '#50BFFC'

red 80 ◦ green 191 ◦ blue 252

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

Shades of Maya Blue #50BFFC

Tints of Maya Blue #50BFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.18%

R = 15.3%
G = 36.52%
B = 48.18%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50BFFC (or 0x50BFFC) is known color: Maya Blue. HEX triplet: 50, BF and FC. RGB value is (80,191,252). Sum of RGB (Red+Green+Blue) = 80+191+252=523 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.30% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #50BFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BFFC is #AF4003. Grayscale: #A4A4A4. Windows color (decimal): -11485188 or 16564048. OLE color: 16564048.

HSL color Cylindrical-coordinate representation of color #50BFFC: hue angle of 201.28º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50BFFC is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 191 252 -
CMYK 0.68 0.24 0 0.01
HSL 201.28º 0.97% 0.65% -
HSV(B) 201.28º 0.68% 0.99% -
XYZ 39.51 46 98.89 -
YUV 164.77 177.23 67.54 -
System Red Green Blue C M Y K H S L
Decimal 80 191 252 0.68 0.24 0 0.01 201.28 0.97 0.65
Hex 50 BF FC 44 18 0 1 C9 61 41
Octal 120 277 374 104 30 0 1 311 141 101
Binary 1010000 10111111 11111100 1000100 11000 0 1 11001001 1100001 1000001

Color Harmonies of #50BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BFFC

Black with #50BFFC

Text Example


Text Example

White with #50BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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