#78BCFA

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

Shades of Maya Blue #78BCFA

Tints of Maya Blue #78BCFA

Color information

#78BCFA (or 0x78BCFA) is unknown color: approx Maya Blue. HEX triplet: 78, BC and FA. RGB value is (120,188,250). Sum of RGB (Red+Green+Blue) = 120+188+250=558 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.51% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #78BCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78BCFA is #874305. Grayscale: #AEAEAE. Windows color (decimal): -8864518 or 16432248. OLE color: 16432248.

HSL color Cylindrical-coordinate representation of color #78BCFA: hue angle of 208.62º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78BCFA is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB120188250-
CMYK0.520.2500.02
HSL208.62º92.86%72.55%-
HSV(B)208.62º52%98.04%-
XYZ42.9846.8697.22-
YUV174.74170.4788.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.51%
GREEN value IS 188 (73.83% from 255) = 33.69%
BLUE value IS 250 (98.05% from 255) = 44.80%
R=21.51%
G=33.69%
B=44.80%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1201882500.520.2500.02208.6292.8672.55
Hex78BCFA341902d15d49
Octal170274372643102321135111
Binary11110001011110011111010110100110010101101000110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,188,250); }

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

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

 a { background-color: rgb(120,188,250); }

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

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

 span { border-color: rgb(120,188,250); }

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