Html Css Color HEX #4DCBEB Malibu

📋 copy color: '#4DCBEB'

red 77 ◦ green 203 ◦ blue 235

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

Shades of Malibu #4DCBEB

Tints of Malibu #4DCBEB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.42%

 BLUE value IS 235 (92.19% from 255) = 45.63%

R = 14.95%
G = 39.42%
B = 45.63%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4DCBEB (or 0x4DCBEB) is known color: Malibu. HEX triplet: 4D, CB and EB. RGB value is (77,203,235). Sum of RGB (Red+Green+Blue) = 77+203+235=515 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.95% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #4DCBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCBEB is #B23414. Grayscale: #A8A8A8. Windows color (decimal): -11678741 or 15453005. OLE color: 15453005.

HSL color Cylindrical-coordinate representation of color #4DCBEB: hue angle of 192.15º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4DCBEB is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 203 235 -
CMYK 0.67 0.14 0 0.08
HSL 192.15º 0.8% 0.61% -
HSV(B) 192.15º 0.67% 0.92% -
XYZ 39.41 50.29 86.23 -
YUV 168.97 165.26 62.4 -
System Red Green Blue C M Y K H S L
Decimal 77 203 235 0.67 0.14 0 0.08 192.15 0.8 0.61
Hex 4D CB EB 43 E 0 8 C0 50 3D
Octal 115 313 353 103 16 0 10 300 120 75
Binary 1001101 11001011 11101011 1000011 1110 0 1000 11000000 1010000 111101

Color Harmonies of #4DCBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCBEB

Black with #4DCBEB

Text Example


Text Example

White with #4DCBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,203,235); }

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

background-color css

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

 a { background-color: rgb(77,203,235); }

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

border-color css

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

 span { border-color: rgb(77,203,235); }

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