#78C5FD

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

Shades of Maya Blue #78C5FD

Tints of Maya Blue #78C5FD

Color information

#78C5FD (or 0x78C5FD) is unknown color: approx Maya Blue. HEX triplet: 78, C5 and FD. RGB value is (120,197,253). Sum of RGB (Red+Green+Blue) = 120+197+253=570 (75% of max value = 765). Red value is 120 (47.27% from 255 or 21.05% from 570); Green value is 197 (77.34% from 255 or 34.56% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #78C5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78C5FD is #873A02. Grayscale: #B4B4B4. Windows color (decimal): -8862211 or 16631160. OLE color: 16631160.

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

Color convert

RGB120197253-
CMYK0.530.2200.01
HSL205.26º97.08%73.14%-
HSV(B)205.26º52.57%99.22%-
XYZ45.4451.02100.38-
YUV180.36168.9984.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.05%
GREEN value IS 197 (77.34% from 255) = 34.56%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=21.05%
G=34.56%
B=44.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1201972530.530.2200.01205.2697.0873.14
Hex78C5FD351601cd6149
Octal170305375652601315141111
Binary1111000110001011111110111010110110011100110111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78C5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,197,253); }

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

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

 a { background-color: rgb(120,197,253); }

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

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

 span { border-color: rgb(120,197,253); }

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