#78BDEA

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

Shades of Maya Blue #78BDEA

Tints of Maya Blue #78BDEA

Color information

#78BDEA (or 0x78BDEA) is unknown color: approx Maya Blue. HEX triplet: 78, BD and EA. RGB value is (120,189,234). Sum of RGB (Red+Green+Blue) = 120+189+234=543 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.10% from 543); Green value is 189 (74.22% from 255 or 34.81% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #78BDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BDEA is #874215. Grayscale: #ADADAD. Windows color (decimal): -8864278 or 15383928. OLE color: 15383928.

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

Color convert

RGB120189234-
CMYK0.490.1900.08
HSL203.68º73.08%69.41%-
HSV(B)203.68º48.72%91.76%-
XYZ40.7946.3384.63-
YUV173.5162.1489.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.10%
GREEN value IS 189 (74.22% from 255) = 34.81%
BLUE value IS 234 (91.80% from 255) = 43.09%
R=22.10%
G=34.81%
B=43.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1201892340.490.1900.08203.6873.0869.41
Hex78BDEA311308cc4945
Octal1702753526123010314111105
Binary1111000101111011110101011000110011010001100110010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,189,234); }

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

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

 a { background-color: rgb(120,189,234); }

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

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

 span { border-color: rgb(120,189,234); }

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