Html Css Color HEX #50AFEB Malibu

📋 copy color: '#50AFEB'

red 80 ◦ green 175 ◦ blue 235

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

Shades of Malibu #50AFEB

Tints of Malibu #50AFEB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.71%

 BLUE value IS 235 (92.19% from 255) = 47.96%

R = 16.33%
G = 35.71%
B = 47.96%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#50AFEB (or 0x50AFEB) is known color: Malibu. HEX triplet: 50, AF and EB. RGB value is (80,175,235). Sum of RGB (Red+Green+Blue) = 80+175+235=490 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.33% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #50AFEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AFEB is #AF5014. Grayscale: #999999. Windows color (decimal): -11489301 or 15445840. OLE color: 15445840.

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

Color convert

RGB 80 175 235 -
CMYK 0.66 0.26 0 0.08
HSL 203.23º 0.79% 0.62% -
HSV(B) 203.23º 0.66% 0.92% -
XYZ 33.63 38.36 84.23 -
YUV 153.44 174.03 75.62 -
System Red Green Blue C M Y K H S L
Decimal 80 175 235 0.66 0.26 0 0.08 203.23 0.79 0.62
Hex 50 AF EB 42 1A 0 8 CB 4F 3E
Octal 120 257 353 102 32 0 10 313 117 76
Binary 1010000 10101111 11101011 1000010 11010 0 1000 11001011 1001111 111110

Color Harmonies of #50AFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AFEB

Black with #50AFEB

Text Example


Text Example

White with #50AFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,175,235); }

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

background-color css

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

 a { background-color: rgb(80,175,235); }

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

border-color css

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

 span { border-color: rgb(80,175,235); }

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