#78AFFF

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

Shades of Maya Blue #78AFFF

Tints of Maya Blue #78AFFF

Color information

#78AFFF (or 0x78AFFF) is unknown color: approx Maya Blue. HEX triplet: 78, AF and FF. RGB value is (120,175,255). Sum of RGB (Red+Green+Blue) = 120+175+255=550 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.82% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #78AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78AFFF is #875000. Grayscale: #A7A7A7. Windows color (decimal): -8867841 or 16756600. OLE color: 16756600.

HSL color Cylindrical-coordinate representation of color #78AFFF: hue angle of 215.56º 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 #78AFFF is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB120175255-
CMYK0.530.3100
HSL215.56º100%73.53%-
HSV(B)215.56º52.94%100%-
XYZ41.1341.87100.52-
YUV167.68177.2894-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.82%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 255 (100% from 255) = 46.36%
R=21.82%
G=31.82%
B=46.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1201752550.530.3100215.5610073.53
Hex78AFFF351F00d8644a
Octal170257377653700330144112
Binary1111000101011111111111111010111111001101100011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78AFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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