Html Css Color HEX #50B5FC Malibu

📋 copy color: '#50B5FC'

red 80 ◦ green 181 ◦ blue 252

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

Shades of Malibu #50B5FC

Tints of Malibu #50B5FC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.28%

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 15.59%
G = 35.28%
B = 49.12%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50B5FC (or 0x50B5FC) is known color: Malibu. HEX triplet: 50, B5 and FC. RGB value is (80,181,252). Sum of RGB (Red+Green+Blue) = 80+181+252=513 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.59% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #50B5FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B5FC is #AF4A03. Grayscale: #9E9E9E. Windows color (decimal): -11487748 or 16561488. OLE color: 16561488.

HSL color Cylindrical-coordinate representation of color #50B5FC: hue angle of 204.77º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50B5FC is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 181 252 -
CMYK 0.68 0.28 0 0.01
HSL 204.77º 0.97% 0.65% -
HSV(B) 204.77º 0.68% 0.99% -
XYZ 37.4 41.78 98.19 -
YUV 158.9 180.54 71.73 -
System Red Green Blue C M Y K H S L
Decimal 80 181 252 0.68 0.28 0 0.01 204.77 0.97 0.65
Hex 50 B5 FC 44 1C 0 1 CD 61 41
Octal 120 265 374 104 34 0 1 315 141 101
Binary 1010000 10110101 11111100 1000100 11100 0 1 11001101 1100001 1000001

Color Harmonies of #50B5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B5FC

Black with #50B5FC

Text Example


Text Example

White with #50B5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,181,252); }

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

background-color css

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

 a { background-color: rgb(80,181,252); }

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

border-color css

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

 span { border-color: rgb(80,181,252); }

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