Html Css Color HEX #4DBCFB Malibu

📋 copy color: '#4DBCFB'

red 77 ◦ green 188 ◦ blue 251

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

Shades of Malibu #4DBCFB

Tints of Malibu #4DBCFB

RGB

 RED value IS 77 (30.47% from 255) = 14.92%

 GREEN value IS 188 (73.83% from 255) = 36.43%

 BLUE value IS 251 (98.44% from 255) = 48.64%

R = 14.92%
G = 36.43%
B = 48.64%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DBCFB (or 0x4DBCFB) is known color: Malibu. HEX triplet: 4D, BC and FB. RGB value is (77,188,251). Sum of RGB (Red+Green+Blue) = 77+188+251=516 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.92% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DBCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DBCFB is #B24304. Grayscale: #A1A1A1. Windows color (decimal): -11682565 or 16497741. OLE color: 16497741.

HSL color Cylindrical-coordinate representation of color #4DBCFB: hue angle of 201.72º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DBCFB is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 188 251 -
CMYK 0.69 0.25 0 0.02
HSL 201.72º 0.96% 0.64% -
HSV(B) 201.72º 0.69% 0.98% -
XYZ 38.46 44.51 97.83 -
YUV 161.99 178.23 67.38 -
System Red Green Blue C M Y K H S L
Decimal 77 188 251 0.69 0.25 0 0.02 201.72 0.96 0.64
Hex 4D BC FB 45 19 0 2 CA 60 40
Octal 115 274 373 105 31 0 2 312 140 100
Binary 1001101 10111100 11111011 1000101 11001 0 10 11001010 1100000 1000000

Color Harmonies of #4DBCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBCFB

Black with #4DBCFB

Text Example


Text Example

White with #4DBCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DBCFB; }

 p { color: rgb(77,188,251); }

 H1.HeaderClassName
 {
   color: #4DBCFB;
 }
 .AnyTagClassName
 {
   color: #4DBCFB;
 }
</style>

background-color css

<style>
 a { background-color: #4DBCFB; }

 a { background-color: rgb(77,188,251); }

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

border-color css

<style>
 span { border-color: #4DBCFB; }

 span { border-color: rgb(77,188,251); }

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