Html Css Color HEX #50B5FB Malibu

📋 copy color: '#50B5FB'

red 80 ◦ green 181 ◦ blue 251

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

Shades of Malibu #50B5FB

Tints of Malibu #50B5FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.02%

R = 15.63%
G = 35.35%
B = 49.02%

CMYK

 C value IS 0.68

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50B5FB (or 0x50B5FB) is known color: Malibu. HEX triplet: 50, B5 and FB. RGB value is (80,181,251). Sum of RGB (Red+Green+Blue) = 80+181+251=512 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.62% from 512); Green value is 181 (71.09% from 255 or 35.35% from 512); Blue value is 251 (98.44% from 255 or 49.02% from 512); Max value from RGB is 251 - color contains mainly: blue. Hex color #50B5FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B5FB is #AF4A04. Grayscale: #9E9E9E. Windows color (decimal): -11487749 or 16495952. OLE color: 16495952.

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

Color convert

RGB 80 181 251 -
CMYK 0.68 0.28 0 0.02
HSL 204.56º 0.96% 0.65% -
HSV(B) 204.56º 0.68% 0.98% -
XYZ 37.24 41.72 97.36 -
YUV 158.78 180.04 71.81 -
System Red Green Blue C M Y K H S L
Decimal 80 181 251 0.68 0.28 0 0.02 204.56 0.96 0.65
Hex 50 B5 FB 44 1C 0 2 CD 60 41
Octal 120 265 373 104 34 0 2 315 140 101
Binary 1010000 10110101 11111011 1000100 11100 0 10 11001101 1100000 1000001

Color Harmonies of #50B5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B5FB

Black with #50B5FB

Text Example


Text Example

White with #50B5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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