Html Css Color HEX #50BEE9 Malibu

📋 copy color: '#50BEE9'

red 80 ◦ green 190 ◦ blue 233

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

Shades of Malibu #50BEE9

Tints of Malibu #50BEE9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.77%

 BLUE value IS 233 (91.41% from 255) = 46.32%

R = 15.9%
G = 37.77%
B = 46.32%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#50BEE9 (or 0x50BEE9) is known color: Malibu. HEX triplet: 50, BE and E9. RGB value is (80,190,233). Sum of RGB (Red+Green+Blue) = 80+190+233=503 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.90% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 233 (91.41% from 255 or 46.32% from 503); Max value from RGB is 233 - color contains mainly: blue. Hex color #50BEE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BEE9 is #AF4116. Grayscale: #A1A1A1. Windows color (decimal): -11485463 or 15318608. OLE color: 15318608.

HSL color Cylindrical-coordinate representation of color #50BEE9: hue angle of 196.86º degrees, saturation: 0.78, 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 #50BEE9 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 190 233 -
CMYK 0.66 0.18 0 0.09
HSL 196.86º 0.78% 0.61% -
HSV(B) 196.86º 0.66% 0.91% -
XYZ 36.43 44.42 83.74 -
YUV 162.01 168.06 69.5 -
System Red Green Blue C M Y K H S L
Decimal 80 190 233 0.66 0.18 0 0.09 196.86 0.78 0.61
Hex 50 BE E9 42 12 0 9 C5 4E 3D
Octal 120 276 351 102 22 0 11 305 116 75
Binary 1010000 10111110 11101001 1000010 10010 0 1001 11000101 1001110 111101

Color Harmonies of #50BEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BEE9

Black with #50BEE9

Text Example


Text Example

White with #50BEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,190,233); }

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

background-color css

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

 a { background-color: rgb(80,190,233); }

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

border-color css

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

 span { border-color: rgb(80,190,233); }

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