Html Css Color HEX #50CAF7 Malibu

📋 copy color: '#50CAF7'

red 80 ◦ green 202 ◦ blue 247

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

Shades of Malibu #50CAF7

Tints of Malibu #50CAF7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.19%

 BLUE value IS 247 (96.88% from 255) = 46.69%

R = 15.12%
G = 38.19%
B = 46.69%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#50CAF7 (or 0x50CAF7) is known color: Malibu. HEX triplet: 50, CA and F7. RGB value is (80,202,247). Sum of RGB (Red+Green+Blue) = 80+202+247=529 (70% of max value = 765). Red value is 80 (31.64% from 255 or 15.12% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 247 (96.88% from 255 or 46.69% from 529); Max value from RGB is 247 - color contains mainly: blue. Hex color #50CAF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50CAF7 is #AF3508. Grayscale: #AAAAAA. Windows color (decimal): -11482377 or 16239184. OLE color: 16239184.

HSL color Cylindrical-coordinate representation of color #50CAF7: hue angle of 196.17º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50CAF7 is Cyan = 0.68, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 80 202 247 -
CMYK 0.68 0.18 0 0.03
HSL 196.17º 0.91% 0.64% -
HSV(B) 196.17º 0.68% 0.97% -
XYZ 41.22 50.66 95.6 -
YUV 170.65 171.08 63.34 -
System Red Green Blue C M Y K H S L
Decimal 80 202 247 0.68 0.18 0 0.03 196.17 0.91 0.64
Hex 50 CA F7 44 12 0 3 C4 5B 40
Octal 120 312 367 104 22 0 3 304 133 100
Binary 1010000 11001010 11110111 1000100 10010 0 11 11000100 1011011 1000000

Color Harmonies of #50CAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50CAF7

Black with #50CAF7

Text Example


Text Example

White with #50CAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,202,247); }

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

background-color css

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

 a { background-color: rgb(80,202,247); }

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

border-color css

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

 span { border-color: rgb(80,202,247); }

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