Html Css Color HEX #50B2FD Malibu

📋 copy color: '#50B2FD'

red 80 ◦ green 178 ◦ blue 253

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

Shades of Malibu #50B2FD

Tints of Malibu #50B2FD

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.83%

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

R = 15.66%
G = 34.83%
B = 49.51%

CMYK

 C value IS 0.68

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50B2FD (or 0x50B2FD) is known color: Malibu. HEX triplet: 50, B2 and FD. RGB value is (80,178,253). Sum of RGB (Red+Green+Blue) = 80+178+253=511 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.66% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #50B2FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50B2FD is #AF4D02. Grayscale: #9C9C9C. Windows color (decimal): -11488515 or 16626256. OLE color: 16626256.

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

Color convert

RGB 80 178 253 -
CMYK 0.68 0.30 0 0.01
HSL 206.01º 0.98% 0.65% -
HSV(B) 206.01º 0.68% 0.99% -
XYZ 36.96 40.64 98.82 -
YUV 157.25 182.03 72.9 -
System Red Green Blue C M Y K H S L
Decimal 80 178 253 0.68 0.30 0 0.01 206.01 0.98 0.65
Hex 50 B2 FD 44 1E 0 1 CE 62 41
Octal 120 262 375 104 36 0 1 316 142 101
Binary 1010000 10110010 11111101 1000100 11110 0 1 11001110 1100010 1000001

Color Harmonies of #50B2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B2FD

Black with #50B2FD

Text Example


Text Example

White with #50B2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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