#78B3F2

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

Shades of Maya Blue #78B3F2

Tints of Maya Blue #78B3F2

Color information

#78B3F2 (or 0x78B3F2) is unknown color: approx Maya Blue. HEX triplet: 78, B3 and F2. RGB value is (120,179,242). Sum of RGB (Red+Green+Blue) = 120+179+242=541 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.18% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 242 (94.92% from 255 or 44.73% from 541); Max value from RGB is 242 - color contains mainly: blue. Hex color #78B3F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78B3F2 is #874C0D. Grayscale: #A8A8A8. Windows color (decimal): -8866830 or 15905656. OLE color: 15905656.

HSL color Cylindrical-coordinate representation of color #78B3F2: hue angle of 210.98º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78B3F2 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB120179242-
CMYK0.500.2600.05
HSL210.98º82.43%70.98%-
HSV(B)210.98º50.41%94.9%-
XYZ39.8942.6490.13-
YUV168.54169.4593.38-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.18%
GREEN value IS 179 (70.31% from 255) = 33.09%
BLUE value IS 242 (94.92% from 255) = 44.73%
R=22.18%
G=33.09%
B=44.73%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1201792420.500.2600.05210.9882.4370.98
Hex78B3F2321A05d35247
Octal170263362623205323122107
Binary111100010110011111100101100101101001011101001110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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