Html Css Color HEX #50BFF2 Malibu

📋 copy color: '#50BFF2'

red 80 ◦ green 191 ◦ blue 242

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

Shades of Malibu #50BFF2

Tints of Malibu #50BFF2

RGB

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

 GREEN value IS 191 (75% from 255) = 37.23%

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

R = 15.59%
G = 37.23%
B = 47.17%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#50BFF2 (or 0x50BFF2) is known color: Malibu. HEX triplet: 50, BF and F2. RGB value is (80,191,242). Sum of RGB (Red+Green+Blue) = 80+191+242=513 (67% of max value = 765). Red value is 80 (31.64% from 255 or 15.59% from 513); Green value is 191 (75% from 255 or 37.23% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 242 - color contains mainly: blue. Hex color #50BFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BFF2 is #AF400D. Grayscale: #A3A3A3. Windows color (decimal): -11485198 or 15908688. OLE color: 15908688.

HSL color Cylindrical-coordinate representation of color #50BFF2: hue angle of 198.89º 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 #50BFF2 is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 191 242 -
CMYK 0.67 0.21 0 0.05
HSL 198.89º 0.86% 0.63% -
HSV(B) 198.89º 0.67% 0.95% -
XYZ 37.97 45.38 90.76 -
YUV 163.63 172.23 68.35 -
System Red Green Blue C M Y K H S L
Decimal 80 191 242 0.67 0.21 0 0.05 198.89 0.86 0.63
Hex 50 BF F2 43 15 0 5 C7 56 3F
Octal 120 277 362 103 25 0 5 307 126 77
Binary 1010000 10111111 11110010 1000011 10101 0 101 11000111 1010110 111111

Color Harmonies of #50BFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BFF2

Black with #50BFF2

Text Example


Text Example

White with #50BFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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