#77B3F6

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

Shades of Maya Blue #77B3F6

Tints of Maya Blue #77B3F6

Color information

#77B3F6 (or 0x77B3F6) is unknown color: approx Maya Blue. HEX triplet: 77, B3 and F6. RGB value is (119,179,246). Sum of RGB (Red+Green+Blue) = 119+179+246=544 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.88% from 544); Green value is 179 (70.31% from 255 or 32.90% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #77B3F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77B3F6 is #884C09. Grayscale: #A8A8A8. Windows color (decimal): -8932362 or 16167799. OLE color: 16167799.

HSL color Cylindrical-coordinate representation of color #77B3F6: hue angle of 211.65º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77B3F6 is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB119179246-
CMYK0.520.2700.04
HSL211.65º87.59%71.57%-
HSV(B)211.65º51.63%96.47%-
XYZ40.3642.8293.33-
YUV168.7171.6292.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.88%
GREEN value IS 179 (70.31% from 255) = 32.90%
BLUE value IS 246 (96.48% from 255) = 45.22%
R=21.88%
G=32.90%
B=45.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1191792460.520.2700.04211.6587.5971.57
Hex77B3F6341B04d45848
Octal167263366643304324130110
Binary111011110110011111101101101001101101001101010010110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77B3F6; }

 p { color: rgb(119,179,246); }

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

<style>
 a { background-color: #77B3F6; }

 a { background-color: rgb(119,179,246); }

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

<style>
 span { border-color: #77B3F6; }

 span { border-color: rgb(119,179,246); }

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