#50CBEF

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

Shades of Malibu #50CBEF

Tints of Malibu #50CBEF

Color information

#50CBEF (or 0x50CBEF) is unknown color: approx Malibu. HEX triplet: 50, CB and EF. RGB value is (80,203,239). Sum of RGB (Red+Green+Blue) = 80+203+239=522 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.33% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #50CBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CBEF is #AF3410. Grayscale: #AAAAAA. Windows color (decimal): -11482129 or 15715152. OLE color: 15715152.

HSL color Cylindrical-coordinate representation of color #50CBEF: hue angle of 193.58º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50CBEF is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB80203239-
CMYK0.670.1500.06
HSL193.58º83.25%62.55%-
HSV(B)193.58º66.53%93.73%-
XYZ40.2450.6589.32-
YUV170.33166.7563.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.33%
GREEN value IS 203 (79.69% from 255) = 38.89%
BLUE value IS 239 (93.75% from 255) = 45.79%
R=15.33%
G=38.89%
B=45.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal802032390.670.1500.06193.5883.2562.55
Hex50CBEF43F06c2533f
Octal120313357103170630212377
Binary10100001100101111101111100001111110110110000101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50CBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,203,239); }

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

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

 a { background-color: rgb(80,203,239); }

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

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

 span { border-color: rgb(80,203,239); }

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