Html Css Color HEX #50BFF9 Malibu

📋 copy color: '#50BFF9'

red 80 ◦ green 191 ◦ blue 249

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

Shades of Malibu #50BFF9

Tints of Malibu #50BFF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 47.88%

R = 15.38%
G = 36.73%
B = 47.88%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#50BFF9 (or 0x50BFF9) is known color: Malibu. HEX triplet: 50, BF and F9. RGB value is (80,191,249). Sum of RGB (Red+Green+Blue) = 80+191+249=520 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.38% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 249 (97.66% from 255 or 47.88% from 520); Max value from RGB is 249 - color contains mainly: blue. Hex color #50BFF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BFF9 is #AF4006. Grayscale: #A4A4A4. Windows color (decimal): -11485191 or 16367440. OLE color: 16367440.

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

Color convert

RGB 80 191 249 -
CMYK 0.68 0.23 0 0.02
HSL 200.59º 0.93% 0.65% -
HSV(B) 200.59º 0.68% 0.98% -
XYZ 39.04 45.81 96.41 -
YUV 164.42 175.73 67.78 -
System Red Green Blue C M Y K H S L
Decimal 80 191 249 0.68 0.23 0 0.02 200.59 0.93 0.65
Hex 50 BF F9 44 17 0 2 C9 5D 41
Octal 120 277 371 104 27 0 2 311 135 101
Binary 1010000 10111111 11111001 1000100 10111 0 10 11001001 1011101 1000001

Color Harmonies of #50BFF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BFF9

Black with #50BFF9

Text Example


Text Example

White with #50BFF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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