#77BBFD

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

Shades of Maya Blue #77BBFD

Tints of Maya Blue #77BBFD

Color information

#77BBFD (or 0x77BBFD) is unknown color: approx Maya Blue. HEX triplet: 77, BB and FD. RGB value is (119,187,253). Sum of RGB (Red+Green+Blue) = 119+187+253=559 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.29% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #77BBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BBFD is #884402. Grayscale: #ADADAD. Windows color (decimal): -8930307 or 16628599. OLE color: 16628599.

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

Color convert

RGB119187253-
CMYK0.530.2600.01
HSL209.55º97.1%72.94%-
HSV(B)209.55º52.96%99.22%-
XYZ43.1146.5599.64-
YUV174.19172.4788.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.29%
GREEN value IS 187 (73.44% from 255) = 33.45%
BLUE value IS 253 (99.22% from 255) = 45.26%
R=21.29%
G=33.45%
B=45.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1191872530.530.2600.01209.5597.172.94
Hex77BBFD351A01d26149
Octal167273375653201322141111
Binary1110111101110111111110111010111010011101001011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,187,253); }

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

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

 a { background-color: rgb(119,187,253); }

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

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

 span { border-color: rgb(119,187,253); }

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