Html Css Color HEX #50C0F9 Malibu

📋 copy color: '#50C0F9'

red 80 ◦ green 192 ◦ blue 249

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

Shades of Malibu #50C0F9

Tints of Malibu #50C0F9

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.85%

 BLUE value IS 249 (97.66% from 255) = 47.79%

R = 15.36%
G = 36.85%
B = 47.79%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50C0F9 (or 0x50C0F9) is known color: Malibu. HEX triplet: 50, C0 and F9. RGB value is (80,192,249). Sum of RGB (Red+Green+Blue) = 80+192+249=521 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.36% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #50C0F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C0F9 is #AF3F06. Grayscale: #A4A4A4. Windows color (decimal): -11484935 or 16367696. OLE color: 16367696.

HSL color Cylindrical-coordinate representation of color #50C0F9: hue angle of 200.24º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50C0F9 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 192 249 -
CMYK 0.68 0.23 0 0.02
HSL 200.24º 0.93% 0.65% -
HSV(B) 200.24º 0.68% 0.98% -
XYZ 39.26 46.24 96.48 -
YUV 165.01 175.39 67.37 -
System Red Green Blue C M Y K H S L
Decimal 80 192 249 0.68 0.23 0 0.02 200.24 0.93 0.65
Hex 50 C0 F9 44 17 0 2 C8 5D 41
Octal 120 300 371 104 27 0 2 310 135 101
Binary 1010000 11000000 11111001 1000100 10111 0 10 11001000 1011101 1000001

Color Harmonies of #50C0F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C0F9

Black with #50C0F9

Text Example


Text Example

White with #50C0F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,192,249); }

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

background-color css

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

 a { background-color: rgb(80,192,249); }

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

border-color css

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

 span { border-color: rgb(80,192,249); }

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