Html Css Color HEX #4EC0EC Malibu

📋 copy color: '#4EC0EC'

red 78 ◦ green 192 ◦ blue 236

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

Shades of Malibu #4EC0EC

Tints of Malibu #4EC0EC

RGB

 RED value IS 78 (30.86% from 255) = 15.42%

 GREEN value IS 192 (75.39% from 255) = 37.94%

 BLUE value IS 236 (92.58% from 255) = 46.64%

R = 15.42%
G = 37.94%
B = 46.64%

CMYK

 C value IS 0.67

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4EC0EC (or 0x4EC0EC) is known color: Malibu. HEX triplet: 4E, C0 and EC. RGB value is (78,192,236). Sum of RGB (Red+Green+Blue) = 78+192+236=506 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.42% from 506); Green value is 192 (75.39% from 255 or 37.94% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #4EC0EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC0EC is #B13F13. Grayscale: #A2A2A2. Windows color (decimal): -11616020 or 15515726. OLE color: 15515726.

HSL color Cylindrical-coordinate representation of color #4EC0EC: hue angle of 196.71º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EC0EC is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 192 236 -
CMYK 0.67 0.19 0 0.07
HSL 196.71º 0.81% 0.62% -
HSV(B) 196.71º 0.67% 0.93% -
XYZ 37.13 45.38 86.16 -
YUV 162.93 169.23 67.42 -
System Red Green Blue C M Y K H S L
Decimal 78 192 236 0.67 0.19 0 0.07 196.71 0.81 0.62
Hex 4E C0 EC 43 13 0 7 C5 51 3E
Octal 116 300 354 103 23 0 7 305 121 76
Binary 1001110 11000000 11101100 1000011 10011 0 111 11000101 1010001 111110

Color Harmonies of #4EC0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EC0EC

Black with #4EC0EC

Text Example


Text Example

White with #4EC0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,192,236); }

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

background-color css

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

 a { background-color: rgb(78,192,236); }

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

border-color css

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

 span { border-color: rgb(78,192,236); }

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