Html Css Color HEX #50BDEE Malibu

📋 copy color: '#50BDEE'

red 80 ◦ green 189 ◦ blue 238

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

Shades of Malibu #50BDEE

Tints of Malibu #50BDEE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.28%

 BLUE value IS 238 (93.36% from 255) = 46.94%

R = 15.78%
G = 37.28%
B = 46.94%

CMYK

 C value IS 0.66

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#50BDEE (or 0x50BDEE) is known color: Malibu. HEX triplet: 50, BD and EE. RGB value is (80,189,238). Sum of RGB (Red+Green+Blue) = 80+189+238=507 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.78% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #50BDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BDEE is #AF4211. Grayscale: #A1A1A1. Windows color (decimal): -11485714 or 15646032. OLE color: 15646032.

HSL color Cylindrical-coordinate representation of color #50BDEE: hue angle of 198.61º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50BDEE is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 189 238 -
CMYK 0.66 0.21 0 0.07
HSL 198.61º 0.82% 0.62% -
HSV(B) 198.61º 0.66% 0.93% -
XYZ 36.94 44.27 87.49 -
YUV 162 170.89 69.52 -
System Red Green Blue C M Y K H S L
Decimal 80 189 238 0.66 0.21 0 0.07 198.61 0.82 0.62
Hex 50 BD EE 42 15 0 7 C7 52 3E
Octal 120 275 356 102 25 0 7 307 122 76
Binary 1010000 10111101 11101110 1000010 10101 0 111 11000111 1010010 111110

Color Harmonies of #50BDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BDEE

Black with #50BDEE

Text Example


Text Example

White with #50BDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,189,238); }

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

background-color css

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

 a { background-color: rgb(80,189,238); }

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

border-color css

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

 span { border-color: rgb(80,189,238); }

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