#78C0E3

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

Shades of Malibu #78C0E3

Tints of Malibu #78C0E3

Color information

#78C0E3 (or 0x78C0E3) is unknown color: approx Malibu. HEX triplet: 78, C0 and E3. RGB value is (120,192,227). Sum of RGB (Red+Green+Blue) = 120+192+227=539 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.26% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 227 (89.06% from 255 or 42.12% from 539); Max value from RGB is 227 - color contains mainly: blue. Hex color #78C0E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78C0E3 is #873F1C. Grayscale: #AEAEAE. Windows color (decimal): -8863517 or 14925944. OLE color: 14925944.

HSL color Cylindrical-coordinate representation of color #78C0E3: hue angle of 199.63º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78C0E3 is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB120192227-
CMYK0.470.1500.11
HSL199.63º65.64%68.04%-
HSV(B)199.63º47.14%89.02%-
XYZ40.4647.2479.66-
YUV174.46157.6589.15-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.26%
GREEN value IS 192 (75.39% from 255) = 35.62%
BLUE value IS 227 (89.06% from 255) = 42.12%
R=22.26%
G=35.62%
B=42.12%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1201922270.470.1500.11199.6365.6468.04
Hex78C0E32FF0Bc84244
Octal1703003435717013310102104
Binary111100011000000111000111011111111010111100100010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78C0E3; }

 p { color: rgb(120,192,227); }

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

<style>
 a { background-color: #78C0E3; }

 a { background-color: rgb(120,192,227); }

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

<style>
 span { border-color: #78C0E3; }

 span { border-color: rgb(120,192,227); }

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