Html Css Color HEX #50BFF5 Malibu

📋 copy color: '#50BFF5'

red 80 ◦ green 191 ◦ blue 245

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

Shades of Malibu #50BFF5

Tints of Malibu #50BFF5

RGB

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

 GREEN value IS 191 (75% from 255) = 37.02%

 BLUE value IS 245 (96.09% from 255) = 47.48%

R = 15.5%
G = 37.02%
B = 47.48%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#50BFF5 (or 0x50BFF5) is known color: Malibu. HEX triplet: 50, BF and F5. RGB value is (80,191,245). Sum of RGB (Red+Green+Blue) = 80+191+245=516 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.50% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 245 (96.09% from 255 or 47.48% from 516); Max value from RGB is 245 - color contains mainly: blue. Hex color #50BFF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BFF5 is #AF400A. Grayscale: #A3A3A3. Windows color (decimal): -11485195 or 16105296. OLE color: 16105296.

HSL color Cylindrical-coordinate representation of color #50BFF5: hue angle of 199.64º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50BFF5 is Cyan = 0.67, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 191 245 -
CMYK 0.67 0.22 0 0.04
HSL 199.64º 0.89% 0.64% -
HSV(B) 199.64º 0.67% 0.96% -
XYZ 38.42 45.56 93.16 -
YUV 163.97 173.73 68.11 -
System Red Green Blue C M Y K H S L
Decimal 80 191 245 0.67 0.22 0 0.04 199.64 0.89 0.64
Hex 50 BF F5 43 16 0 4 C8 59 40
Octal 120 277 365 103 26 0 4 310 131 100
Binary 1010000 10111111 11110101 1000011 10110 0 100 11001000 1011001 1000000

Color Harmonies of #50BFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BFF5

Black with #50BFF5

Text Example


Text Example

White with #50BFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,191,245); }

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

background-color css

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

 a { background-color: rgb(80,191,245); }

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

border-color css

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

 span { border-color: rgb(80,191,245); }

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