Html Css Color HEX #50AEFD Malibu

📋 copy color: '#50AEFD'

red 80 ◦ green 174 ◦ blue 253

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

Shades of Malibu #50AEFD

Tints of Malibu #50AEFD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.32%

 BLUE value IS 253 (99.22% from 255) = 49.9%

R = 15.78%
G = 34.32%
B = 49.9%

CMYK

 C value IS 0.68

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50AEFD (or 0x50AEFD) is known color: Malibu. HEX triplet: 50, AE and FD. RGB value is (80,174,253). Sum of RGB (Red+Green+Blue) = 80+174+253=507 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.78% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #50AEFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AEFD is #AF5102. Grayscale: #9A9A9A. Windows color (decimal): -11489539 or 16625232. OLE color: 16625232.

HSL color Cylindrical-coordinate representation of color #50AEFD: hue angle of 207.4º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50AEFD is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 174 253 -
CMYK 0.68 0.31 0 0.01
HSL 207.4º 0.98% 0.65% -
HSV(B) 207.4º 0.68% 0.99% -
XYZ 36.17 39.07 98.56 -
YUV 154.9 183.36 74.58 -
System Red Green Blue C M Y K H S L
Decimal 80 174 253 0.68 0.31 0 0.01 207.4 0.98 0.65
Hex 50 AE FD 44 1F 0 1 CF 62 41
Octal 120 256 375 104 37 0 1 317 142 101
Binary 1010000 10101110 11111101 1000100 11111 0 1 11001111 1100010 1000001

Color Harmonies of #50AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AEFD

Black with #50AEFD

Text Example


Text Example

White with #50AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,174,253); }

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

background-color css

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

 a { background-color: rgb(80,174,253); }

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

border-color css

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

 span { border-color: rgb(80,174,253); }

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