#4EBBFA

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

Shades of Malibu #4EBBFA

Tints of Malibu #4EBBFA

Color information

#4EBBFA (or 0x4EBBFA) is unknown color: approx Malibu. HEX triplet: 4E, BB and FA. RGB value is (78,187,250). Sum of RGB (Red+Green+Blue) = 78+187+250=515 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.15% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #4EBBFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EBBFA is #B14405. Grayscale: #A1A1A1. Windows color (decimal): -11617286 or 16431950. OLE color: 16431950.

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

Color convert

RGB78187250-
CMYK0.690.2500.02
HSL201.98º94.51%64.31%-
HSV(B)201.98º68.8%98.04%-
XYZ38.1744.0696.94-
YUV161.59177.8968.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 15.15%
GREEN value IS 187 (73.44% from 255) = 36.31%
BLUE value IS 250 (98.05% from 255) = 48.54%
R=15.15%
G=36.31%
B=48.54%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal781872500.690.2500.02201.9894.5164.31
Hex4EBBFA451902ca5f40
Octal1162733721053102312137100
Binary100111010111011111110101000101110010101100101010111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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