Html Css Color HEX #50B7FD Malibu

📋 copy color: '#50B7FD'

red 80 ◦ green 183 ◦ blue 253

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

Shades of Malibu #50B7FD

Tints of Malibu #50B7FD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.47%

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

R = 15.5%
G = 35.47%
B = 49.03%

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

#50B7FD (or 0x50B7FD) is known color: Malibu. HEX triplet: 50, B7 and FD. RGB value is (80,183,253). Sum of RGB (Red+Green+Blue) = 80+183+253=516 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.50% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #50B7FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B7FD is #AF4802. Grayscale: #9F9F9F. Windows color (decimal): -11487235 or 16627536. OLE color: 16627536.

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

Color convert

RGB 80 183 253 -
CMYK 0.68 0.28 0 0.01
HSL 204.28º 0.98% 0.65% -
HSV(B) 204.28º 0.68% 0.99% -
XYZ 37.97 42.66 99.16 -
YUV 160.18 180.38 70.81 -
System Red Green Blue C M Y K H S L
Decimal 80 183 253 0.68 0.28 0 0.01 204.28 0.98 0.65
Hex 50 B7 FD 44 1C 0 1 CC 62 41
Octal 120 267 375 104 34 0 1 314 142 101
Binary 1010000 10110111 11111101 1000100 11100 0 1 11001100 1100010 1000001

Color Harmonies of #50B7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B7FD

Black with #50B7FD

Text Example


Text Example

White with #50B7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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