Html Css Color HEX #50C6EA Malibu

📋 copy color: '#50C6EA'

red 80 ◦ green 198 ◦ blue 234

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

Shades of Malibu #50C6EA

Tints of Malibu #50C6EA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 38.67%

 BLUE value IS 234 (91.8% from 255) = 45.7%

R = 15.63%
G = 38.67%
B = 45.7%

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

#50C6EA (or 0x50C6EA) is known color: Malibu. HEX triplet: 50, C6 and EA. RGB value is (80,198,234). Sum of RGB (Red+Green+Blue) = 80+198+234=512 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.62% from 512); Green value is 198 (77.73% from 255 or 38.67% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #50C6EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C6EA is #AF3915. Grayscale: #A6A6A6. Windows color (decimal): -11483414 or 15386192. OLE color: 15386192.

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

Color convert

RGB 80 198 234 -
CMYK 0.66 0.15 0 0.08
HSL 194.03º 0.79% 0.62% -
HSV(B) 194.03º 0.66% 0.92% -
XYZ 38.35 48.03 85.09 -
YUV 166.82 165.91 66.07 -
System Red Green Blue C M Y K H S L
Decimal 80 198 234 0.66 0.15 0 0.08 194.03 0.79 0.62
Hex 50 C6 EA 42 F 0 8 C2 4F 3E
Octal 120 306 352 102 17 0 10 302 117 76
Binary 1010000 11000110 11101010 1000010 1111 0 1000 11000010 1001111 111110

Color Harmonies of #50C6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C6EA

Black with #50C6EA

Text Example


Text Example

White with #50C6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,198,234); }

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

background-color css

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

 a { background-color: rgb(80,198,234); }

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

border-color css

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

 span { border-color: rgb(80,198,234); }

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