#78B0FF

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

Shades of Maya Blue #78B0FF

Tints of Maya Blue #78B0FF

Color information

#78B0FF (or 0x78B0FF) is unknown color: approx Maya Blue. HEX triplet: 78, B0 and FF. RGB value is (120,176,255). Sum of RGB (Red+Green+Blue) = 120+176+255=551 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.78% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #78B0FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78B0FF is #874F00. Grayscale: #A7A7A7. Windows color (decimal): -8867585 or 16756856. OLE color: 16756856.

HSL color Cylindrical-coordinate representation of color #78B0FF: hue angle of 215.11º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78B0FF is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB120176255-
CMYK0.530.3100
HSL215.11º100%73.53%-
HSV(B)215.11º52.94%100%-
XYZ41.3242.26100.59-
YUV168.26176.9593.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 21.78%
GREEN value IS 176 (69.14% from 255) = 31.94%
BLUE value IS 255 (100% from 255) = 46.28%
R=21.78%
G=31.94%
B=46.28%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1201762550.530.3100215.1110073.53
Hex78B0FF351F00d7644a
Octal170260377653700327144112
Binary1111000101100001111111111010111111001101011111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,176,255); }

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

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

 a { background-color: rgb(120,176,255); }

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

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

 span { border-color: rgb(120,176,255); }

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