#50BCF1

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

Shades of Malibu #50BCF1

Tints of Malibu #50BCF1

Color information

#50BCF1 (or 0x50BCF1) is unknown color: approx Malibu. HEX triplet: 50, BC and F1. RGB value is (80,188,241). Sum of RGB (Red+Green+Blue) = 80+188+241=509 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.72% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 241 (94.53% from 255 or 47.35% from 509); Max value from RGB is 241 - color contains mainly: blue. Hex color #50BCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BCF1 is #AF430E. Grayscale: #A1A1A1. Windows color (decimal): -11485967 or 15842384. OLE color: 15842384.

HSL color Cylindrical-coordinate representation of color #50BCF1: hue angle of 199.75º 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 #50BCF1 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB80188241-
CMYK0.670.2200.05
HSL199.75º85.19%62.94%-
HSV(B)199.75º66.8%94.51%-
XYZ37.1744.0289.76-
YUV161.75172.7269.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 15.72%
GREEN value IS 188 (73.83% from 255) = 36.94%
BLUE value IS 241 (94.53% from 255) = 47.35%
R=15.72%
G=36.94%
B=47.35%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal801882410.670.2200.05199.7585.1962.94
Hex50BCF1431605c8553f
Octal120274361103260531012577
Binary101000010111100111100011000011101100101110010001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50BCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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