Html Css Color HEX #50BAFC Malibu

📋 copy color: '#50BAFC'

red 80 ◦ green 186 ◦ blue 252

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

Shades of Malibu #50BAFC

Tints of Malibu #50BAFC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.91%

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

R = 15.44%
G = 35.91%
B = 48.65%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50BAFC (or 0x50BAFC) is known color: Malibu. HEX triplet: 50, BA and FC. RGB value is (80,186,252). Sum of RGB (Red+Green+Blue) = 80+186+252=518 (68% of max value = 765). Red value is 80 (31.64% from 255 or 15.44% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #50BAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BAFC is #AF4503. Grayscale: #A1A1A1. Windows color (decimal): -11486468 or 16562768. OLE color: 16562768.

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

Color convert

RGB 80 186 252 -
CMYK 0.68 0.26 0 0.01
HSL 203.02º 0.97% 0.65% -
HSV(B) 203.02º 0.68% 0.99% -
XYZ 38.44 43.85 98.53 -
YUV 161.83 178.88 69.63 -
System Red Green Blue C M Y K H S L
Decimal 80 186 252 0.68 0.26 0 0.01 203.02 0.97 0.65
Hex 50 BA FC 44 1A 0 1 CB 61 41
Octal 120 272 374 104 32 0 1 313 141 101
Binary 1010000 10111010 11111100 1000100 11010 0 1 11001011 1100001 1000001

Color Harmonies of #50BAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BAFC

Black with #50BAFC

Text Example


Text Example

White with #50BAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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