Html Css Color HEX #50B5EE Malibu

📋 copy color: '#50B5EE'

red 80 ◦ green 181 ◦ blue 238

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

Shades of Malibu #50B5EE

Tints of Malibu #50B5EE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.27%

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

R = 16.03%
G = 36.27%
B = 47.7%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#50B5EE (or 0x50B5EE) is known color: Malibu. HEX triplet: 50, B5 and EE. RGB value is (80,181,238). Sum of RGB (Red+Green+Blue) = 80+181+238=499 (66% of max value = 765). Red value is 80 (31.64% from 255 or 16.03% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #50B5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B5EE is #AF4A11. Grayscale: #9C9C9C. Windows color (decimal): -11487762 or 15643984. OLE color: 15643984.

HSL color Cylindrical-coordinate representation of color #50B5EE: hue angle of 201.65º 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 #50B5EE is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 181 238 -
CMYK 0.66 0.24 0 0.07
HSL 201.65º 0.82% 0.62% -
HSV(B) 201.65º 0.66% 0.93% -
XYZ 35.26 40.93 86.93 -
YUV 157.3 173.54 72.87 -
System Red Green Blue C M Y K H S L
Decimal 80 181 238 0.66 0.24 0 0.07 201.65 0.82 0.62
Hex 50 B5 EE 42 18 0 7 CA 52 3E
Octal 120 265 356 102 30 0 7 312 122 76
Binary 1010000 10110101 11101110 1000010 11000 0 111 11001010 1010010 111110

Color Harmonies of #50B5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B5EE

Black with #50B5EE

Text Example


Text Example

White with #50B5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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