#4EBEFD

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

Shades of Malibu #4EBEFD

Tints of Malibu #4EBEFD

Color information

#4EBEFD (or 0x4EBEFD) is unknown color: approx Malibu. HEX triplet: 4E, BE and FD. RGB value is (78,190,253). Sum of RGB (Red+Green+Blue) = 78+190+253=521 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.97% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #4EBEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBEFD is #B14102. Grayscale: #A3A3A3. Windows color (decimal): -11616515 or 16629326. OLE color: 16629326.

HSL color Cylindrical-coordinate representation of color #4EBEFD: hue angle of 201.6º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EBEFD is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB78190253-
CMYK0.690.2500.01
HSL201.6º97.77%64.9%-
HSV(B)201.6º69.17%99.22%-
XYZ39.2845.5499.65-
YUV163.69178.3966.88-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 14.97%
GREEN value IS 190 (74.61% from 255) = 36.47%
BLUE value IS 253 (99.22% from 255) = 48.56%
R=14.97%
G=36.47%
B=48.56%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal781902530.690.2500.01201.697.7764.9
Hex4EBEFD451901ca6241
Octal1162763751053101312142101
Binary10011101011111011111101100010111001011100101011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,190,253); }

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

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

 a { background-color: rgb(78,190,253); }

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

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

 span { border-color: rgb(78,190,253); }

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