Html Css Color HEX #50C4EB Malibu

📋 copy color: '#50C4EB'

red 80 ◦ green 196 ◦ blue 235

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

Shades of Malibu #50C4EB

Tints of Malibu #50C4EB

RGB

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

 GREEN value IS 196 (76.95% from 255) = 38.36%

 BLUE value IS 235 (92.19% from 255) = 45.99%

R = 15.66%
G = 38.36%
B = 45.99%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#50C4EB (or 0x50C4EB) is known color: Malibu. HEX triplet: 50, C4 and EB. RGB value is (80,196,235). Sum of RGB (Red+Green+Blue) = 80+196+235=511 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.66% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #50C4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C4EB is #AF3B14. Grayscale: #A5A5A5. Windows color (decimal): -11483925 or 15451216. OLE color: 15451216.

HSL color Cylindrical-coordinate representation of color #50C4EB: hue angle of 195.1º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50C4EB is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 196 235 -
CMYK 0.66 0.17 0 0.08
HSL 195.1º 0.79% 0.62% -
HSV(B) 195.1º 0.66% 0.92% -
XYZ 38.04 47.18 85.7 -
YUV 165.76 167.07 66.83 -
System Red Green Blue C M Y K H S L
Decimal 80 196 235 0.66 0.17 0 0.08 195.1 0.79 0.62
Hex 50 C4 EB 42 11 0 8 C3 4F 3E
Octal 120 304 353 102 21 0 10 303 117 76
Binary 1010000 11000100 11101011 1000010 10001 0 1000 11000011 1001111 111110

Color Harmonies of #50C4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C4EB

Black with #50C4EB

Text Example


Text Example

White with #50C4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,196,235); }

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

background-color css

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

 a { background-color: rgb(80,196,235); }

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

border-color css

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

 span { border-color: rgb(80,196,235); }

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