#78B4FA

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

Shades of Maya Blue #78B4FA

Tints of Maya Blue #78B4FA

Color information

#78B4FA (or 0x78B4FA) is unknown color: approx Maya Blue. HEX triplet: 78, B4 and FA. RGB value is (120,180,250). Sum of RGB (Red+Green+Blue) = 120+180+250=550 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.82% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #78B4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78B4FA is #874B05. Grayscale: #A9A9A9. Windows color (decimal): -8866566 or 16430200. OLE color: 16430200.

HSL color Cylindrical-coordinate representation of color #78B4FA: hue angle of 212.31º 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 #78B4FA is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB120180250-
CMYK0.520.2800.02
HSL212.31º92.86%72.55%-
HSV(B)212.31º52%98.04%-
XYZ41.3243.5496.67-
YUV170.04173.1292.31-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.82%
GREEN value IS 180 (70.70% from 255) = 32.73%
BLUE value IS 250 (98.05% from 255) = 45.45%
R=21.82%
G=32.73%
B=45.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1201802500.520.2800.02212.3192.8672.55
Hex78B4FA341C02d45d49
Octal170264372643402324135111
Binary11110001011010011111010110100111000101101010010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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