Html Css Color HEX #50B9FD Malibu

📋 copy color: '#50B9FD'

red 80 ◦ green 185 ◦ blue 253

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

Shades of Malibu #50B9FD

Tints of Malibu #50B9FD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.71%

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

R = 15.44%
G = 35.71%
B = 48.84%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50B9FD (or 0x50B9FD) is known color: Malibu. HEX triplet: 50, B9 and FD. RGB value is (80,185,253). Sum of RGB (Red+Green+Blue) = 80+185+253=518 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.44% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #50B9FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B9FD is #AF4602. Grayscale: #A0A0A0. Windows color (decimal): -11486723 or 16628048. OLE color: 16628048.

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

Color convert

RGB 80 185 253 -
CMYK 0.68 0.27 0 0.01
HSL 203.58º 0.98% 0.65% -
HSV(B) 203.58º 0.68% 0.99% -
XYZ 38.39 43.5 99.3 -
YUV 161.36 179.71 69.97 -
System Red Green Blue C M Y K H S L
Decimal 80 185 253 0.68 0.27 0 0.01 203.58 0.98 0.65
Hex 50 B9 FD 44 1B 0 1 CC 62 41
Octal 120 271 375 104 33 0 1 314 142 101
Binary 1010000 10111001 11111101 1000100 11011 0 1 11001100 1100010 1000001

Color Harmonies of #50B9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B9FD

Black with #50B9FD

Text Example


Text Example

White with #50B9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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