#4EBDFA

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

Shades of Malibu #4EBDFA

Tints of Malibu #4EBDFA

Color information

#4EBDFA (or 0x4EBDFA) is unknown color: approx Malibu. HEX triplet: 4E, BD and FA. RGB value is (78,189,250). Sum of RGB (Red+Green+Blue) = 78+189+250=517 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.09% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #4EBDFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBDFA is #B14205. Grayscale: #A2A2A2. Windows color (decimal): -11616774 or 16432462. OLE color: 16432462.

HSL color Cylindrical-coordinate representation of color #4EBDFA: hue angle of 201.28º 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 #4EBDFA is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB78189250-
CMYK0.690.2400.02
HSL201.28º94.51%64.31%-
HSV(B)201.28º68.8%98.04%-
XYZ38.5944.9297.08-
YUV162.76177.2367.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.09%
GREEN value IS 189 (74.22% from 255) = 36.56%
BLUE value IS 250 (98.05% from 255) = 48.36%
R=15.09%
G=36.56%
B=48.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal781892500.690.2400.02201.2894.5164.31
Hex4EBDFA451802c95f40
Octal1162753721053002311137100
Binary100111010111101111110101000101110000101100100110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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