Html Css Color HEX #50B5FD Malibu

📋 copy color: '#50B5FD'

red 80 ◦ green 181 ◦ blue 253

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

Shades of Malibu #50B5FD

Tints of Malibu #50B5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 49.22%

R = 15.56%
G = 35.21%
B = 49.22%

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

#50B5FD (or 0x50B5FD) is known color: Malibu. HEX triplet: 50, B5 and FD. RGB value is (80,181,253). Sum of RGB (Red+Green+Blue) = 80+181+253=514 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.56% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #50B5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B5FD is #AF4A02. Grayscale: #9E9E9E. Windows color (decimal): -11487747 or 16627024. OLE color: 16627024.

HSL color Cylindrical-coordinate representation of color #50B5FD: hue angle of 204.97º degrees, saturation: 0.98, 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 #50B5FD is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 181 253 -
CMYK 0.68 0.28 0 0.01
HSL 204.97º 0.98% 0.65% -
HSV(B) 204.97º 0.68% 0.99% -
XYZ 37.56 41.85 99.03 -
YUV 159.01 181.04 71.65 -
System Red Green Blue C M Y K H S L
Decimal 80 181 253 0.68 0.28 0 0.01 204.97 0.98 0.65
Hex 50 B5 FD 44 1C 0 1 CD 62 41
Octal 120 265 375 104 34 0 1 315 142 101
Binary 1010000 10110101 11111101 1000100 11100 0 1 11001101 1100010 1000001

Color Harmonies of #50B5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B5FD

Black with #50B5FD

Text Example


Text Example

White with #50B5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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