Html Css Color HEX #50AFFF Malibu

📋 copy color: '#50AFFF'

red 80 ◦ green 175 ◦ blue 255

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

Shades of Malibu #50AFFF

Tints of Malibu #50AFFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50%

R = 15.69%
G = 34.31%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#50AFFF (or 0x50AFFF) is known color: Malibu. HEX triplet: 50, AF and FF. RGB value is (80,175,255). Sum of RGB (Red+Green+Blue) = 80+175+255=510 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.69% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #50AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AFFF is #AF5000. Grayscale: #9B9B9B. Windows color (decimal): -11489281 or 16756560. OLE color: 16756560.

HSL color Cylindrical-coordinate representation of color #50AFFF: hue angle of 207.43º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50AFFF is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 175 255 -
CMYK 0.69 0.31 0 0
HSL 207.43º 1% 0.66% -
HSV(B) 207.43º 0.69% 1% -
XYZ 36.69 39.59 100.31 -
YUV 155.72 184.03 74 -
System Red Green Blue C M Y K H S L
Decimal 80 175 255 0.69 0.31 0 0 207.43 1 0.66
Hex 50 AF FF 45 1F 0 0 CF 64 42
Octal 120 257 377 105 37 0 0 317 144 102
Binary 1010000 10101111 11111111 1000101 11111 0 0 11001111 1100100 1000010

Color Harmonies of #50AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AFFF

Black with #50AFFF

Text Example


Text Example

White with #50AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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