#78B7F2

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

Shades of Maya Blue #78B7F2

Tints of Maya Blue #78B7F2

Color information

#78B7F2 (or 0x78B7F2) is unknown color: approx Maya Blue. HEX triplet: 78, B7 and F2. RGB value is (120,183,242). Sum of RGB (Red+Green+Blue) = 120+183+242=545 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.02% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 242 (94.92% from 255 or 44.40% from 545); Max value from RGB is 242 - color contains mainly: blue. Hex color #78B7F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78B7F2 is #87480D. Grayscale: #AAAAAA. Windows color (decimal): -8865806 or 15906680. OLE color: 15906680.

HSL color Cylindrical-coordinate representation of color #78B7F2: hue angle of 209.02º 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 #78B7F2 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB120183242-
CMYK0.500.2400.05
HSL209.02º82.43%70.98%-
HSV(B)209.02º50.41%94.9%-
XYZ40.7144.2790.4-
YUV170.89168.1391.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.02%
GREEN value IS 183 (71.88% from 255) = 33.58%
BLUE value IS 242 (94.92% from 255) = 44.40%
R=22.02%
G=33.58%
B=44.40%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1201832420.500.2400.05209.0282.4370.98
Hex78B7F2321805d15247
Octal170267362623005321122107
Binary111100010110111111100101100101100001011101000110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B7F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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