#78B9EB

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

Shades of Maya Blue #78B9EB

Tints of Maya Blue #78B9EB

Color information

#78B9EB (or 0x78B9EB) is unknown color: approx Maya Blue. HEX triplet: 78, B9 and EB. RGB value is (120,185,235). Sum of RGB (Red+Green+Blue) = 120+185+235=540 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.22% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #78B9EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78B9EB is #874614. Grayscale: #AAAAAA. Windows color (decimal): -8865301 or 15448440. OLE color: 15448440.

HSL color Cylindrical-coordinate representation of color #78B9EB: hue angle of 206.09º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78B9EB is Cyan = 0.49, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB120185235-
CMYK0.490.2100.08
HSL206.09º74.19%69.61%-
HSV(B)206.09º48.94%92.16%-
XYZ40.0944.6985.11-
YUV171.26163.9791.43-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.22%
GREEN value IS 185 (72.66% from 255) = 34.26%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=22.22%
G=34.26%
B=43.52%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1201852350.490.2100.08206.0974.1969.61
Hex78B9EB311508ce4a46
Octal1702713536125010316112106
Binary1111000101110011110101111000110101010001100111010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,185,235); }

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

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

 a { background-color: rgb(120,185,235); }

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

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

 span { border-color: rgb(120,185,235); }

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