Html Css Color HEX #50ADFC Malibu

📋 copy color: '#50ADFC'

red 80 ◦ green 173 ◦ blue 252

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

Shades of Malibu #50ADFC

Tints of Malibu #50ADFC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.26%

 BLUE value IS 252 (98.83% from 255) = 49.9%

R = 15.84%
G = 34.26%
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

#50ADFC (or 0x50ADFC) is known color: Malibu. HEX triplet: 50, AD and FC. RGB value is (80,173,252). Sum of RGB (Red+Green+Blue) = 80+173+252=505 (66% of max value = 765). Red value is 80 (31.64% from 255 or 15.84% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #50ADFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #50ADFC is #AF5203. Grayscale: #999999. Windows color (decimal): -11489796 or 16559440. OLE color: 16559440.

HSL color Cylindrical-coordinate representation of color #50ADFC: hue angle of 207.56º degrees, saturation: 0.97, 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 #50ADFC is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 173 252 -
CMYK 0.68 0.31 0 0.01
HSL 207.56º 0.97% 0.65% -
HSV(B) 207.56º 0.68% 0.99% -
XYZ 35.82 38.62 97.66 -
YUV 154.2 183.19 75.08 -
System Red Green Blue C M Y K H S L
Decimal 80 173 252 0.68 0.31 0 0.01 207.56 0.97 0.65
Hex 50 AD FC 44 1F 0 1 D0 61 41
Octal 120 255 374 104 37 0 1 320 141 101
Binary 1010000 10101101 11111100 1000100 11111 0 1 11010000 1100001 1000001

Color Harmonies of #50ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ADFC

Black with #50ADFC

Text Example


Text Example

White with #50ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,173,252); }

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

background-color css

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

 a { background-color: rgb(80,173,252); }

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

border-color css

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

 span { border-color: rgb(80,173,252); }

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