Html Css Color HEX #50B2FA Malibu

📋 copy color: '#50B2FA'

red 80 ◦ green 178 ◦ blue 250

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

Shades of Malibu #50B2FA

Tints of Malibu #50B2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.21%

R = 15.75%
G = 35.04%
B = 49.21%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50B2FA (or 0x50B2FA) is known color: Malibu. HEX triplet: 50, B2 and FA. RGB value is (80,178,250). Sum of RGB (Red+Green+Blue) = 80+178+250=508 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.75% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #50B2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50B2FA is #AF4D05. Grayscale: #9C9C9C. Windows color (decimal): -11488518 or 16429648. OLE color: 16429648.

HSL color Cylindrical-coordinate representation of color #50B2FA: hue angle of 205.41º degrees, saturation: 0.94, 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 #50B2FA is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 178 250 -
CMYK 0.68 0.29 0 0.02
HSL 205.41º 0.94% 0.65% -
HSV(B) 205.41º 0.68% 0.98% -
XYZ 36.48 40.45 96.33 -
YUV 156.91 180.53 73.15 -
System Red Green Blue C M Y K H S L
Decimal 80 178 250 0.68 0.29 0 0.02 205.41 0.94 0.65
Hex 50 B2 FA 44 1D 0 2 CD 5E 41
Octal 120 262 372 104 35 0 2 315 136 101
Binary 1010000 10110010 11111010 1000100 11101 0 10 11001101 1011110 1000001

Color Harmonies of #50B2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B2FA

Black with #50B2FA

Text Example


Text Example

White with #50B2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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