Html Css Color HEX #50C8F1 Malibu

📋 copy color: '#50C8F1'

red 80 ◦ green 200 ◦ blue 241

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

Shades of Malibu #50C8F1

Tints of Malibu #50C8F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 46.26%

R = 15.36%
G = 38.39%
B = 46.26%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#50C8F1 (or 0x50C8F1) is known color: Malibu. HEX triplet: 50, C8 and F1. RGB value is (80,200,241). Sum of RGB (Red+Green+Blue) = 80+200+241=521 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.36% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #50C8F1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C8F1 is #AF370E. Grayscale: #A8A8A8. Windows color (decimal): -11482895 or 15845456. OLE color: 15845456.

HSL color Cylindrical-coordinate representation of color #50C8F1: hue angle of 195.28º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50C8F1 is Cyan = 0.67, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 200 241 -
CMYK 0.67 0.17 0 0.05
HSL 195.28º 0.85% 0.63% -
HSV(B) 195.28º 0.67% 0.95% -
XYZ 39.84 49.36 90.65 -
YUV 168.79 168.74 64.67 -
System Red Green Blue C M Y K H S L
Decimal 80 200 241 0.67 0.17 0 0.05 195.28 0.85 0.63
Hex 50 C8 F1 43 11 0 5 C3 55 3F
Octal 120 310 361 103 21 0 5 303 125 77
Binary 1010000 11001000 11110001 1000011 10001 0 101 11000011 1010101 111111

Color Harmonies of #50C8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C8F1

Black with #50C8F1

Text Example


Text Example

White with #50C8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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