#78BCE5

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

Shades of Malibu #78BCE5

Tints of Malibu #78BCE5

Color information

#78BCE5 (or 0x78BCE5) is unknown color: approx Malibu. HEX triplet: 78, BC and E5. RGB value is (120,188,229). Sum of RGB (Red+Green+Blue) = 120+188+229=537 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.35% from 537); Green value is 188 (73.83% from 255 or 35.01% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #78BCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BCE5 is #87431A. Grayscale: #ACACAC. Windows color (decimal): -8864539 or 15055992. OLE color: 15055992.

HSL color Cylindrical-coordinate representation of color #78BCE5: hue angle of 202.57º 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 #78BCE5 is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB120188229-
CMYK0.480.1800.10
HSL202.57º67.7%68.43%-
HSV(B)202.57º47.6%89.8%-
XYZ39.8745.6280.83-
YUV172.34159.9790.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.35%
GREEN value IS 188 (73.83% from 255) = 35.01%
BLUE value IS 229 (89.84% from 255) = 42.64%
R=22.35%
G=35.01%
B=42.64%

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
Decimal1201882290.480.1800.10202.5767.768.43
Hex78BCE530120Acb4444
Octal1702743456022012313104104
Binary1111000101111001110010111000010010010101100101110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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