#78B6F2

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

Shades of Maya Blue #78B6F2

Tints of Maya Blue #78B6F2

Color information

#78B6F2 (or 0x78B6F2) is unknown color: approx Maya Blue. HEX triplet: 78, B6 and F2. RGB value is (120,182,242). Sum of RGB (Red+Green+Blue) = 120+182+242=544 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.06% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #78B6F2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78B6F2 is #87490D. Grayscale: #AAAAAA. Windows color (decimal): -8866062 or 15906424. OLE color: 15906424.

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

Color convert

RGB120182242-
CMYK0.500.2500.05
HSL209.51º82.43%70.98%-
HSV(B)209.51º50.41%94.9%-
XYZ40.543.8690.34-
YUV170.3168.4692.12-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 22.06%
GREEN value IS 182 (71.48% from 255) = 33.46%
BLUE value IS 242 (94.92% from 255) = 44.49%
R=22.06%
G=33.46%
B=44.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1201822420.500.2500.05209.5182.4370.98
Hex78B6F2321905d25247
Octal170266362623105322122107
Binary111100010110110111100101100101100101011101001010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B6F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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