#77C6FB

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

Shades of Maya Blue #77C6FB

Tints of Maya Blue #77C6FB

Color information

#77C6FB (or 0x77C6FB) is unknown color: approx Maya Blue. HEX triplet: 77, C6 and FB. RGB value is (119,198,251). Sum of RGB (Red+Green+Blue) = 119+198+251=568 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.95% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #77C6FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C6FB is #883904. Grayscale: #B4B4B4. Windows color (decimal): -8927493 or 16500343. OLE color: 16500343.

HSL color Cylindrical-coordinate representation of color #77C6FB: hue angle of 204.09º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77C6FB is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB119198251-
CMYK0.530.2100.02
HSL204.09º94.29%72.55%-
HSV(B)204.09º52.59%98.43%-
XYZ45.2151.2898.78-
YUV180.42167.8384.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.95%
GREEN value IS 198 (77.73% from 255) = 34.86%
BLUE value IS 251 (98.44% from 255) = 44.19%
R=20.95%
G=34.86%
B=44.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1191982510.530.2100.02204.0994.2972.55
Hex77C6FB351502cc5e49
Octal167306373652502314136111
Binary11101111100011011111011110101101010101100110010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,198,251); }

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

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

 a { background-color: rgb(119,198,251); }

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

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

 span { border-color: rgb(119,198,251); }

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