Html Css Color HEX #50B0EA Malibu

📋 copy color: '#50B0EA'

red 80 ◦ green 176 ◦ blue 234

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

Shades of Malibu #50B0EA

Tints of Malibu #50B0EA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.92%

 BLUE value IS 234 (91.8% from 255) = 47.76%

R = 16.33%
G = 35.92%
B = 47.76%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#50B0EA (or 0x50B0EA) is known color: Malibu. HEX triplet: 50, B0 and EA. RGB value is (80,176,234). Sum of RGB (Red+Green+Blue) = 80+176+234=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #50B0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50B0EA is #AF4F15. Grayscale: #999999. Windows color (decimal): -11489046 or 15380560. OLE color: 15380560.

HSL color Cylindrical-coordinate representation of color #50B0EA: hue angle of 202.6º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50B0EA is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 176 234 -
CMYK 0.66 0.25 0 0.08
HSL 202.6º 0.79% 0.62% -
HSV(B) 202.6º 0.66% 0.92% -
XYZ 33.68 38.7 83.54 -
YUV 153.91 173.2 75.28 -
System Red Green Blue C M Y K H S L
Decimal 80 176 234 0.66 0.25 0 0.08 202.6 0.79 0.62
Hex 50 B0 EA 42 19 0 8 CB 4F 3E
Octal 120 260 352 102 31 0 10 313 117 76
Binary 1010000 10110000 11101010 1000010 11001 0 1000 11001011 1001111 111110

Color Harmonies of #50B0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B0EA

Black with #50B0EA

Text Example


Text Example

White with #50B0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,176,234); }

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

background-color css

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

 a { background-color: rgb(80,176,234); }

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

border-color css

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

 span { border-color: rgb(80,176,234); }

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