#77B5FF

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

Shades of Maya Blue #77B5FF

Tints of Maya Blue #77B5FF

Color information

#77B5FF (or 0x77B5FF) is unknown color: approx Maya Blue. HEX triplet: 77, B5 and FF. RGB value is (119,181,255). Sum of RGB (Red+Green+Blue) = 119+181+255=555 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.44% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #77B5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77B5FF is #884A00. Grayscale: #AAAAAA. Windows color (decimal): -8931841 or 16758135. OLE color: 16758135.

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

Color convert

RGB119181255-
CMYK0.530.2900
HSL212.65º100%73.33%-
HSV(B)212.65º53.33%100%-
XYZ42.1844.19100.91-
YUV170.9175.4690.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.44%
GREEN value IS 181 (71.09% from 255) = 32.61%
BLUE value IS 255 (100% from 255) = 45.95%
R=21.44%
G=32.61%
B=45.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1191812550.530.2900212.6510073.33
Hex77B5FF351D00d56449
Octal167265377653500325144111
Binary1110111101101011111111111010111101001101010111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,181,255); }

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

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

 a { background-color: rgb(119,181,255); }

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

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

 span { border-color: rgb(119,181,255); }

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