Html Css Color HEX #50AFDD Malibu

📋 copy color: '#50AFDD'

red 80 ◦ green 175 ◦ blue 221

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

Shades of Malibu #50AFDD

Tints of Malibu #50AFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 16.81%
G = 36.76%
B = 46.43%

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

#50AFDD (or 0x50AFDD) is known color: Malibu. HEX triplet: 50, AF and DD. RGB value is (80,175,221). Sum of RGB (Red+Green+Blue) = 80+175+221=476 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.81% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #50AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AFDD is #AF5022. Grayscale: #979797. Windows color (decimal): -11489315 or 14528336. OLE color: 14528336.

HSL color Cylindrical-coordinate representation of color #50AFDD: hue angle of 199.57º degrees, saturation: 0.67, 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 #50AFDD is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 175 221 -
CMYK 0.64 0.21 0 0.13
HSL 199.57º 0.67% 0.59% -
HSV(B) 199.57º 0.64% 0.87% -
XYZ 31.69 37.59 73.99 -
YUV 151.84 167.03 76.76 -
System Red Green Blue C M Y K H S L
Decimal 80 175 221 0.64 0.21 0 0.13 199.57 0.67 0.59
Hex 50 AF DD 40 15 0 D C8 43 3B
Octal 120 257 335 100 25 0 15 310 103 73
Binary 1010000 10101111 11011101 1000000 10101 0 1101 11001000 1000011 111011

Color Harmonies of #50AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AFDD

Black with #50AFDD

Text Example


Text Example

White with #50AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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