Html Css Color HEX #4DCAEB Malibu

📋 copy color: '#4DCAEB'

red 77 ◦ green 202 ◦ blue 235

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

Shades of Malibu #4DCAEB

Tints of Malibu #4DCAEB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.3%

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

R = 14.98%
G = 39.3%
B = 45.72%

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

#4DCAEB (or 0x4DCAEB) is known color: Malibu. HEX triplet: 4D, CA and EB. RGB value is (77,202,235). Sum of RGB (Red+Green+Blue) = 77+202+235=514 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.98% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #4DCAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCAEB is #B23514. Grayscale: #A8A8A8. Windows color (decimal): -11678997 or 15452749. OLE color: 15452749.

HSL color Cylindrical-coordinate representation of color #4DCAEB: hue angle of 192.53º 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 #4DCAEB is Cyan = 0.67, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 202 235 -
CMYK 0.67 0.14 0 0.08
HSL 192.53º 0.8% 0.61% -
HSV(B) 192.53º 0.67% 0.92% -
XYZ 39.18 49.82 86.15 -
YUV 168.39 165.59 62.82 -
System Red Green Blue C M Y K H S L
Decimal 77 202 235 0.67 0.14 0 0.08 192.53 0.8 0.61
Hex 4D CA EB 43 E 0 8 C1 50 3D
Octal 115 312 353 103 16 0 10 301 120 75
Binary 1001101 11001010 11101011 1000011 1110 0 1000 11000001 1010000 111101

Color Harmonies of #4DCAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCAEB

Black with #4DCAEB

Text Example


Text Example

White with #4DCAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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