#77BEEB

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

Shades of Maya Blue #77BEEB

Tints of Maya Blue #77BEEB

Color information

#77BEEB (or 0x77BEEB) is unknown color: approx Maya Blue. HEX triplet: 77, BE and EB. RGB value is (119,190,235). Sum of RGB (Red+Green+Blue) = 119+190+235=544 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.88% from 544); Green value is 190 (74.61% from 255 or 34.93% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #77BEEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BEEB is #884114. Grayscale: #ADADAD. Windows color (decimal): -8929557 or 15449719. OLE color: 15449719.

HSL color Cylindrical-coordinate representation of color #77BEEB: hue angle of 203.28º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77BEEB is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB119190235-
CMYK0.490.1900.08
HSL203.28º74.36%69.41%-
HSV(B)203.28º49.36%92.16%-
XYZ41.0246.7585.46-
YUV173.9162.4888.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.88%
GREEN value IS 190 (74.61% from 255) = 34.93%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=21.88%
G=34.93%
B=43.20%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1191902350.490.1900.08203.2874.3669.41
Hex77BEEB311308cb4a45
Octal1672763536123010313112105
Binary1110111101111101110101111000110011010001100101110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,190,235); }

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

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

 a { background-color: rgb(119,190,235); }

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

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

 span { border-color: rgb(119,190,235); }

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