Html Css Color HEX #4DCAEA Malibu

📋 copy color: '#4DCAEA'

red 77 ◦ green 202 ◦ blue 234

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

Shades of Malibu #4DCAEA

Tints of Malibu #4DCAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.61%

R = 15.01%
G = 39.38%
B = 45.61%

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

#4DCAEA (or 0x4DCAEA) is known color: Malibu. HEX triplet: 4D, CA and EA. RGB value is (77,202,234). Sum of RGB (Red+Green+Blue) = 77+202+234=513 (67% of max value = 765). Red value is 77 (30.47% from 255 or 15.01% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #4DCAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCAEA is #B23515. Grayscale: #A8A8A8. Windows color (decimal): -11678998 or 15387213. OLE color: 15387213.

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

Color convert

RGB 77 202 234 -
CMYK 0.67 0.14 0 0.08
HSL 192.23º 0.79% 0.61% -
HSV(B) 192.23º 0.67% 0.92% -
XYZ 39.03 49.76 85.39 -
YUV 168.27 165.09 62.9 -
System Red Green Blue C M Y K H S L
Decimal 77 202 234 0.67 0.14 0 0.08 192.23 0.79 0.61
Hex 4D CA EA 43 E 0 8 C0 4F 3D
Octal 115 312 352 103 16 0 10 300 117 75
Binary 1001101 11001010 11101010 1000011 1110 0 1000 11000000 1001111 111101

Color Harmonies of #4DCAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCAEA

Black with #4DCAEA

Text Example


Text Example

White with #4DCAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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