Html Css Color HEX #50C7EB Malibu

📋 copy color: '#50C7EB'

red 80 ◦ green 199 ◦ blue 235

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

Shades of Malibu #50C7EB

Tints of Malibu #50C7EB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.72%

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

R = 15.56%
G = 38.72%
B = 45.72%

CMYK

 C value IS 0.66

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#50C7EB (or 0x50C7EB) is known color: Malibu. HEX triplet: 50, C7 and EB. RGB value is (80,199,235). Sum of RGB (Red+Green+Blue) = 80+199+235=514 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.56% from 514); Green value is 199 (78.12% from 255 or 38.72% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #50C7EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C7EB is #AF3814. Grayscale: #A7A7A7. Windows color (decimal): -11483157 or 15451984. OLE color: 15451984.

HSL color Cylindrical-coordinate representation of color #50C7EB: hue angle of 193.94º 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 #50C7EB is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 199 235 -
CMYK 0.66 0.15 0 0.08
HSL 193.94º 0.79% 0.62% -
HSV(B) 193.94º 0.66% 0.92% -
XYZ 38.73 48.55 85.93 -
YUV 167.52 166.08 65.57 -
System Red Green Blue C M Y K H S L
Decimal 80 199 235 0.66 0.15 0 0.08 193.94 0.79 0.62
Hex 50 C7 EB 42 F 0 8 C2 4F 3E
Octal 120 307 353 102 17 0 10 302 117 76
Binary 1010000 11000111 11101011 1000010 1111 0 1000 11000010 1001111 111110

Color Harmonies of #50C7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C7EB

Black with #50C7EB

Text Example


Text Example

White with #50C7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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