Html Css Color HEX #50C8EF Malibu

📋 copy color: '#50C8EF'

red 80 ◦ green 200 ◦ blue 239

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

Shades of Malibu #50C8EF

Tints of Malibu #50C8EF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.54%

 BLUE value IS 239 (93.75% from 255) = 46.05%

R = 15.41%
G = 38.54%
B = 46.05%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#50C8EF (or 0x50C8EF) is known color: Malibu. HEX triplet: 50, C8 and EF. RGB value is (80,200,239). Sum of RGB (Red+Green+Blue) = 80+200+239=519 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.41% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #50C8EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C8EF is #AF3710. Grayscale: #A8A8A8. Windows color (decimal): -11482897 or 15714384. OLE color: 15714384.

HSL color Cylindrical-coordinate representation of color #50C8EF: hue angle of 194.72º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50C8EF is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 200 239 -
CMYK 0.67 0.16 0 0.06
HSL 194.72º 0.83% 0.63% -
HSV(B) 194.72º 0.67% 0.94% -
XYZ 39.54 49.25 89.08 -
YUV 168.57 167.74 64.83 -
System Red Green Blue C M Y K H S L
Decimal 80 200 239 0.67 0.16 0 0.06 194.72 0.83 0.63
Hex 50 C8 EF 43 10 0 6 C3 53 3F
Octal 120 310 357 103 20 0 6 303 123 77
Binary 1010000 11001000 11101111 1000011 10000 0 110 11000011 1010011 111111

Color Harmonies of #50C8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C8EF

Black with #50C8EF

Text Example


Text Example

White with #50C8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,200,239); }

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

background-color css

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

 a { background-color: rgb(80,200,239); }

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

border-color css

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

 span { border-color: rgb(80,200,239); }

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