Html Css Color HEX #50AFDE Malibu

📋 copy color: '#50AFDE'

red 80 ◦ green 175 ◦ blue 222

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

Shades of Malibu #50AFDE

Tints of Malibu #50AFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 46.54%

R = 16.77%
G = 36.69%
B = 46.54%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#50AFDE (or 0x50AFDE) is known color: Malibu. HEX triplet: 50, AF and DE. RGB value is (80,175,222). Sum of RGB (Red+Green+Blue) = 80+175+222=477 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.77% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #50AFDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AFDE is #AF5021. Grayscale: #979797. Windows color (decimal): -11489314 or 14593872. OLE color: 14593872.

HSL color Cylindrical-coordinate representation of color #50AFDE: hue angle of 199.86º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #50AFDE is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 175 222 -
CMYK 0.64 0.21 0 0.13
HSL 199.86º 0.68% 0.59% -
HSV(B) 199.86º 0.64% 0.87% -
XYZ 31.82 37.64 74.7 -
YUV 151.95 167.53 76.68 -
System Red Green Blue C M Y K H S L
Decimal 80 175 222 0.64 0.21 0 0.13 199.86 0.68 0.59
Hex 50 AF DE 40 15 0 D C8 44 3B
Octal 120 257 336 100 25 0 15 310 104 73
Binary 1010000 10101111 11011110 1000000 10101 0 1101 11001000 1000100 111011

Color Harmonies of #50AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AFDE

Black with #50AFDE

Text Example


Text Example

White with #50AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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