Html Css Color HEX #50B1E8 Malibu

📋 copy color: '#50B1E8'

red 80 ◦ green 177 ◦ blue 232

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

Shades of Malibu #50B1E8

Tints of Malibu #50B1E8

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.2%

 BLUE value IS 232 (91.02% from 255) = 47.44%

R = 16.36%
G = 36.2%
B = 47.44%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#50B1E8 (or 0x50B1E8) is known color: Malibu. HEX triplet: 50, B1 and E8. RGB value is (80,177,232). Sum of RGB (Red+Green+Blue) = 80+177+232=489 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.36% from 489); Green value is 177 (69.53% from 255 or 36.20% from 489); Blue value is 232 (91.02% from 255 or 47.44% from 489); Max value from RGB is 232 - color contains mainly: blue. Hex color #50B1E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50B1E8 is #AF4E17. Grayscale: #999999. Windows color (decimal): -11488792 or 15249744. OLE color: 15249744.

HSL color Cylindrical-coordinate representation of color #50B1E8: hue angle of 201.71º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50B1E8 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 177 232 -
CMYK 0.66 0.24 0 0.09
HSL 201.71º 0.77% 0.61% -
HSV(B) 201.71º 0.66% 0.91% -
XYZ 33.6 38.98 82.1 -
YUV 154.27 171.86 75.03 -
System Red Green Blue C M Y K H S L
Decimal 80 177 232 0.66 0.24 0 0.09 201.71 0.77 0.61
Hex 50 B1 E8 42 18 0 9 CA 4D 3D
Octal 120 261 350 102 30 0 11 312 115 75
Binary 1010000 10110001 11101000 1000010 11000 0 1001 11001010 1001101 111101

Color Harmonies of #50B1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B1E8

Black with #50B1E8

Text Example


Text Example

White with #50B1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,177,232); }

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

background-color css

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

 a { background-color: rgb(80,177,232); }

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

border-color css

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

 span { border-color: rgb(80,177,232); }

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