#77BBFE

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

Shades of Maya Blue #77BBFE

Tints of Maya Blue #77BBFE

Color information

#77BBFE (or 0x77BBFE) is unknown color: approx Maya Blue. HEX triplet: 77, BB and FE. RGB value is (119,187,254). Sum of RGB (Red+Green+Blue) = 119+187+254=560 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.25% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #77BBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BBFE is #884401. Grayscale: #ADADAD. Windows color (decimal): -8930306 or 16694135. OLE color: 16694135.

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

Color convert

RGB119187254-
CMYK0.530.2600.00
HSL209.78º98.54%73.14%-
HSV(B)209.78º53.15%99.61%-
XYZ43.2746.62100.48-
YUV174.31172.9788.55-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.25%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 254 (99.61% from 255) = 45.36%
R=21.25%
G=33.39%
B=45.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1191872540.530.2600.00209.7898.5473.14
Hex77BBFE351A00d26349
Octal167273376653200322143111
Binary1110111101110111111111011010111010001101001011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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