#78B3F5

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

Shades of Maya Blue #78B3F5

Tints of Maya Blue #78B3F5

Color information

#78B3F5 (or 0x78B3F5) is unknown color: approx Maya Blue. HEX triplet: 78, B3 and F5. RGB value is (120,179,245). Sum of RGB (Red+Green+Blue) = 120+179+245=544 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.06% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 245 (96.09% from 255 or 45.04% from 544); Max value from RGB is 245 - color contains mainly: blue. Hex color #78B3F5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78B3F5 is #874C0A. Grayscale: #A8A8A8. Windows color (decimal): -8866827 or 16102264. OLE color: 16102264.

HSL color Cylindrical-coordinate representation of color #78B3F5: hue angle of 211.68º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78B3F5 is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB120179245-
CMYK0.510.2700.04
HSL211.68º86.21%71.57%-
HSV(B)211.68º51.02%96.08%-
XYZ40.3542.8392.53-
YUV168.88170.9593.13-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.06%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 245 (96.09% from 255) = 45.04%
R=22.06%
G=32.90%
B=45.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1201792450.510.2700.04211.6886.2171.57
Hex78B3F5331B04d45648
Octal170263365633304324126110
Binary111100010110011111101011100111101101001101010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,179,245); }

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

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

 a { background-color: rgb(120,179,245); }

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

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

 span { border-color: rgb(120,179,245); }

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