Html Css Color HEX #50AFEC Malibu

📋 copy color: '#50AFEC'

red 80 ◦ green 175 ◦ blue 236

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

Shades of Malibu #50AFEC

Tints of Malibu #50AFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.07%

R = 16.29%
G = 35.64%
B = 48.07%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#50AFEC (or 0x50AFEC) is known color: Malibu. HEX triplet: 50, AF and EC. RGB value is (80,175,236). Sum of RGB (Red+Green+Blue) = 80+175+236=491 (65% of max value = 765). Red value is 80 (31.64% from 255 or 16.29% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #50AFEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50AFEC is #AF5013. Grayscale: #999999. Windows color (decimal): -11489300 or 15511376. OLE color: 15511376.

HSL color Cylindrical-coordinate representation of color #50AFEC: hue angle of 203.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50AFEC is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 175 236 -
CMYK 0.66 0.26 0 0.07
HSL 203.46º 0.8% 0.62% -
HSV(B) 203.46º 0.66% 0.93% -
XYZ 33.78 38.42 84.99 -
YUV 153.55 174.53 75.54 -
System Red Green Blue C M Y K H S L
Decimal 80 175 236 0.66 0.26 0 0.07 203.46 0.8 0.62
Hex 50 AF EC 42 1A 0 7 CB 50 3E
Octal 120 257 354 102 32 0 7 313 120 76
Binary 1010000 10101111 11101100 1000010 11010 0 111 11001011 1010000 111110

Color Harmonies of #50AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AFEC

Black with #50AFEC

Text Example


Text Example

White with #50AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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