#78C6FC

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

Shades of Maya Blue #78C6FC

Tints of Maya Blue #78C6FC

Color information

#78C6FC (or 0x78C6FC) is unknown color: approx Maya Blue. HEX triplet: 78, C6 and FC. RGB value is (120,198,252). Sum of RGB (Red+Green+Blue) = 120+198+252=570 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.05% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #78C6FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78C6FC is #873903. Grayscale: #B4B4B4. Windows color (decimal): -8861956 or 16565880. OLE color: 16565880.

HSL color Cylindrical-coordinate representation of color #78C6FC: hue angle of 204.55º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78C6FC is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB120198252-
CMYK0.520.2100.01
HSL204.55º95.65%72.94%-
HSV(B)204.55º52.38%98.82%-
XYZ45.5151.4199.62-
YUV180.83168.1684.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.05%
GREEN value IS 198 (77.73% from 255) = 34.74%
BLUE value IS 252 (98.83% from 255) = 44.21%
R=21.05%
G=34.74%
B=44.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1201982520.520.2100.01204.5595.6572.94
Hex78C6FC341501cd6049
Octal170306374642501315140111
Binary1111000110001101111110011010010101011100110111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,198,252); }

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

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

 a { background-color: rgb(120,198,252); }

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

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

 span { border-color: rgb(120,198,252); }

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