#50C7F4

Color #50C7F4 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #50C7F4

Tints of Malibu #50C7F4

Color information

#50C7F4 (or 0x50C7F4) is unknown color: approx Malibu. HEX triplet: 50, C7 and F4. RGB value is (80,199,244). Sum of RGB (Red+Green+Blue) = 80+199+244=523 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.30% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 244 (95.70% from 255 or 46.65% from 523); Max value from RGB is 244 - color contains mainly: blue. Hex color #50C7F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50C7F4 is #AF380B. Grayscale: #A8A8A8. Windows color (decimal): -11483148 or 16041808. OLE color: 16041808.

HSL color Cylindrical-coordinate representation of color #50C7F4: hue angle of 196.46º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50C7F4 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB80199244-
CMYK0.670.1800.04
HSL196.46º88.17%63.53%-
HSV(B)196.46º67.21%95.69%-
XYZ40.0649.0892.95-
YUV168.55170.5864.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.30%
GREEN value IS 199 (78.12% from 255) = 38.05%
BLUE value IS 244 (95.70% from 255) = 46.65%
R=15.30%
G=38.05%
B=46.65%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal801992440.670.1800.04196.4688.1763.53
Hex50C7F4431204c45840
Octal1203073641032204304130100
Binary1010000110001111111010010000111001001001100010010110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C7F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50C7F4;
 }
 .AnyTagClassName
 {
   color: #50C7F4;
 }
</style>
background-color css

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

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

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

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

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

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