#4EC0ED

Color #4EC0ED Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #4EC0ED

Tints of Malibu #4EC0ED

Color information

#4EC0ED (or 0x4EC0ED) is unknown color: approx Malibu. HEX triplet: 4E, C0 and ED. RGB value is (78,192,237). Sum of RGB (Red+Green+Blue) = 78+192+237=507 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.38% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 237 - color contains mainly: blue. Hex color #4EC0ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC0ED is #B13F12. Grayscale: #A2A2A2. Windows color (decimal): -11616019 or 15581262. OLE color: 15581262.

HSL color Cylindrical-coordinate representation of color #4EC0ED: hue angle of 196.98º degrees, saturation: 0.82, 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 #4EC0ED is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB78192237-
CMYK0.670.1900.07
HSL196.98º81.54%61.76%-
HSV(B)196.98º67.09%92.94%-
XYZ37.2845.4386.93-
YUV163.04169.7367.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.38%
GREEN value IS 192 (75.39% from 255) = 37.87%
BLUE value IS 237 (92.97% from 255) = 46.75%
R=15.38%
G=37.87%
B=46.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal781922370.670.1900.07196.9881.5461.76
Hex4EC0ED431307c5523e
Octal116300355103230730512276
Binary100111011000000111011011000011100110111110001011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC0ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4EC0ED;
 }
 .AnyTagClassName
 {
   color: #4EC0ED;
 }
</style>
background-color css

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

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

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

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

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

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