#78BCEC

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

Shades of Maya Blue #78BCEC

Tints of Maya Blue #78BCEC

Color information

#78BCEC (or 0x78BCEC) is unknown color: approx Maya Blue. HEX triplet: 78, BC and EC. RGB value is (120,188,236). Sum of RGB (Red+Green+Blue) = 120+188+236=544 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.06% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #78BCEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BCEC is #874313. Grayscale: #ACACAC. Windows color (decimal): -8864532 or 15514744. OLE color: 15514744.

HSL color Cylindrical-coordinate representation of color #78BCEC: hue angle of 204.83º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78BCEC is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB120188236-
CMYK0.490.2000.07
HSL204.83º75.32%69.8%-
HSV(B)204.83º49.15%92.55%-
XYZ40.8746.0286.08-
YUV173.14163.4790.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.06%
GREEN value IS 188 (73.83% from 255) = 34.56%
BLUE value IS 236 (92.58% from 255) = 43.38%
R=22.06%
G=34.56%
B=43.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1201882360.490.2000.07204.8375.3269.8
Hex78BCEC311407cd4b46
Octal170274354612407315113106
Binary111100010111100111011001100011010001111100110110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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