Html Css Color HEX #50BDFC Malibu

📋 copy color: '#50BDFC'

red 80 ◦ green 189 ◦ blue 252

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

Shades of Malibu #50BDFC

Tints of Malibu #50BDFC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.28%

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

R = 15.36%
G = 36.28%
B = 48.37%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#50BDFC (or 0x50BDFC) is known color: Malibu. HEX triplet: 50, BD and FC. RGB value is (80,189,252). Sum of RGB (Red+Green+Blue) = 80+189+252=521 (69% of max value = 765). Red value is 80 (31.64% from 255 or 15.36% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #50BDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #50BDFC is #AF4203. Grayscale: #A3A3A3. Windows color (decimal): -11485700 or 16563536. OLE color: 16563536.

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

Color convert

RGB 80 189 252 -
CMYK 0.68 0.25 0 0.01
HSL 201.98º 0.97% 0.65% -
HSV(B) 201.98º 0.68% 0.99% -
XYZ 39.08 45.13 98.75 -
YUV 163.59 177.89 68.38 -
System Red Green Blue C M Y K H S L
Decimal 80 189 252 0.68 0.25 0 0.01 201.98 0.97 0.65
Hex 50 BD FC 44 19 0 1 CA 61 41
Octal 120 275 374 104 31 0 1 312 141 101
Binary 1010000 10111101 11111100 1000100 11001 0 1 11001010 1100001 1000001

Color Harmonies of #50BDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50BDFC

Black with #50BDFC

Text Example


Text Example

White with #50BDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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