#77BFE9

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

Shades of Maya Blue #77BFE9

Tints of Maya Blue #77BFE9

Color information

#77BFE9 (or 0x77BFE9) is unknown color: approx Maya Blue. HEX triplet: 77, BF and E9. RGB value is (119,191,233). Sum of RGB (Red+Green+Blue) = 119+191+233=543 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.92% from 543); Green value is 191 (75% from 255 or 35.17% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #77BFE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BFE9 is #884016. Grayscale: #AEAEAE. Windows color (decimal): -8929303 or 15318903. OLE color: 15318903.

HSL color Cylindrical-coordinate representation of color #77BFE9: hue angle of 202.11º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77BFE9 is Cyan = 0.49, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB119191233-
CMYK0.490.1800.09
HSL202.11º72.15%69.02%-
HSV(B)202.11º48.93%91.37%-
XYZ40.9547.0784.02-
YUV174.26161.1588.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.92%
GREEN value IS 191 (75% from 255) = 35.17%
BLUE value IS 233 (91.41% from 255) = 42.91%
R=21.92%
G=35.17%
B=42.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1191912330.490.1800.09202.1172.1569.02
Hex77BFE9311209ca4845
Octal1672773516122011312110105
Binary1110111101111111110100111000110010010011100101010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,191,233); }

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

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

 a { background-color: rgb(119,191,233); }

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

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

 span { border-color: rgb(119,191,233); }

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