#78BBE5

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

Shades of Malibu #78BBE5

Tints of Malibu #78BBE5

Color information

#78BBE5 (or 0x78BBE5) is unknown color: approx Malibu. HEX triplet: 78, BB and E5. RGB value is (120,187,229). Sum of RGB (Red+Green+Blue) = 120+187+229=536 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.39% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 229 (89.84% from 255 or 42.72% from 536); Max value from RGB is 229 - color contains mainly: blue. Hex color #78BBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BBE5 is #87441A. Grayscale: #ABABAB. Windows color (decimal): -8864795 or 15055736. OLE color: 15055736.

HSL color Cylindrical-coordinate representation of color #78BBE5: hue angle of 203.12º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78BBE5 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB120187229-
CMYK0.480.1800.10
HSL203.12º67.7%68.43%-
HSV(B)203.12º47.6%89.8%-
XYZ39.6645.1980.76-
YUV171.76160.391.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.39%
GREEN value IS 187 (73.44% from 255) = 34.89%
BLUE value IS 229 (89.84% from 255) = 42.72%
R=22.39%
G=34.89%
B=42.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1201872290.480.1800.10203.1267.768.43
Hex78BBE530120Acb4444
Octal1702733456022012313104104
Binary1111000101110111110010111000010010010101100101110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,187,229); }

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

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

 a { background-color: rgb(120,187,229); }

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

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

 span { border-color: rgb(120,187,229); }

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