Html Css Color HEX #50B9F2 Malibu

📋 copy color: '#50B9F2'

red 80 ◦ green 185 ◦ blue 242

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

Shades of Malibu #50B9F2

Tints of Malibu #50B9F2

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.49%

 BLUE value IS 242 (94.92% from 255) = 47.73%

R = 15.78%
G = 36.49%
B = 47.73%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#50B9F2 (or 0x50B9F2) is known color: Malibu. HEX triplet: 50, B9 and F2. RGB value is (80,185,242). Sum of RGB (Red+Green+Blue) = 80+185+242=507 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.78% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #50B9F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50B9F2 is #AF460D. Grayscale: #9F9F9F. Windows color (decimal): -11486734 or 15907152. OLE color: 15907152.

HSL color Cylindrical-coordinate representation of color #50B9F2: hue angle of 201.11º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50B9F2 is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 185 242 -
CMYK 0.67 0.24 0 0.05
HSL 201.11º 0.86% 0.63% -
HSV(B) 201.11º 0.67% 0.95% -
XYZ 36.68 42.81 90.33 -
YUV 160.1 174.21 70.87 -
System Red Green Blue C M Y K H S L
Decimal 80 185 242 0.67 0.24 0 0.05 201.11 0.86 0.63
Hex 50 B9 F2 43 18 0 5 C9 56 3F
Octal 120 271 362 103 30 0 5 311 126 77
Binary 1010000 10111001 11110010 1000011 11000 0 101 11001001 1010110 111111

Color Harmonies of #50B9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50B9F2

Black with #50B9F2

Text Example


Text Example

White with #50B9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,185,242); }

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

background-color css

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

 a { background-color: rgb(80,185,242); }

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

border-color css

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

 span { border-color: rgb(80,185,242); }

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