Html Css Color HEX #50BBFD Maya Blue

📋 copy color: '#50BBFD'

red 80 ◦ green 187 ◦ blue 253

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

Shades of Maya Blue #50BBFD

Tints of Maya Blue #50BBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.65%

R = 15.38%
G = 35.96%
B = 48.65%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50BBFD (or 0x50BBFD) is known color: Maya Blue. HEX triplet: 50, BB and FD. RGB value is (80,187,253). Sum of RGB (Red+Green+Blue) = 80+187+253=520 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.38% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #50BBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BBFD is #AF4402. Grayscale: #A2A2A2. Windows color (decimal): -11486211 or 16628560. OLE color: 16628560.

HSL color Cylindrical-coordinate representation of color #50BBFD: hue angle of 202.89º degrees, saturation: 0.98, 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 #50BBFD is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 187 253 -
CMYK 0.68 0.26 0 0.01
HSL 202.89º 0.98% 0.65% -
HSV(B) 202.89º 0.68% 0.99% -
XYZ 38.81 44.34 99.44 -
YUV 162.53 179.05 69.13 -
System Red Green Blue C M Y K H S L
Decimal 80 187 253 0.68 0.26 0 0.01 202.89 0.98 0.65
Hex 50 BB FD 44 1A 0 1 CB 62 41
Octal 120 273 375 104 32 0 1 313 142 101
Binary 1010000 10111011 11111101 1000100 11010 0 1 11001011 1100010 1000001

Color Harmonies of #50BBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BBFD

Black with #50BBFD

Text Example


Text Example

White with #50BBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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