#78AAFF

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

Shades of Maya Blue #78AAFF

Tints of Maya Blue #78AAFF

Color information

#78AAFF (or 0x78AAFF) is unknown color: approx Maya Blue. HEX triplet: 78, AA and FF. RGB value is (120,170,255). Sum of RGB (Red+Green+Blue) = 120+170+255=545 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.02% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #78AAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78AAFF is #875500. Grayscale: #A4A4A4. Windows color (decimal): -8869121 or 16755320. OLE color: 16755320.

HSL color Cylindrical-coordinate representation of color #78AAFF: hue angle of 217.78º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78AAFF is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB120170255-
CMYK0.530.3300
HSL217.78º100%73.53%-
HSV(B)217.78º52.94%100%-
XYZ40.1739.96100.2-
YUV164.74178.9496.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.02%
GREEN value IS 170 (66.80% from 255) = 31.19%
BLUE value IS 255 (100% from 255) = 46.79%
R=22.02%
G=31.19%
B=46.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1201702550.530.3300217.7810073.53
Hex78AAFF352100da644a
Octal170252377654100332144112
Binary11110001010101011111111110101100001001101101011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,170,255); }

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

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

 a { background-color: rgb(120,170,255); }

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

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

 span { border-color: rgb(120,170,255); }

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