#4EC8FA

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

Shades of Malibu #4EC8FA

Tints of Malibu #4EC8FA

Color information

#4EC8FA (or 0x4EC8FA) is unknown color: approx Malibu. HEX triplet: 4E, C8 and FA. RGB value is (78,200,250). Sum of RGB (Red+Green+Blue) = 78+200+250=528 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.77% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #4EC8FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EC8FA is #B13705. Grayscale: #A8A8A8. Windows color (decimal): -11613958 or 16435278. OLE color: 16435278.

HSL color Cylindrical-coordinate representation of color #4EC8FA: hue angle of 197.44º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EC8FA is Cyan = 0.69, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB78200250-
CMYK0.690.200.02
HSL197.44º94.51%64.31%-
HSV(B)197.44º68.8%98.04%-
XYZ41.0549.8397.9-
YUV169.22173.5862.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.77%
GREEN value IS 200 (78.52% from 255) = 37.88%
BLUE value IS 250 (98.05% from 255) = 47.35%
R=14.77%
G=37.88%
B=47.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal782002500.690.200.02197.4494.5164.31
Hex4EC8FA451402c55f40
Octal1163103721052402305137100
Binary100111011001000111110101000101101000101100010110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EC8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,200,250); }

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

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

 a { background-color: rgb(78,200,250); }

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

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

 span { border-color: rgb(78,200,250); }

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