#77BDFE

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

Shades of Maya Blue #77BDFE

Tints of Maya Blue #77BDFE

Color information

#77BDFE (or 0x77BDFE) is unknown color: approx Maya Blue. HEX triplet: 77, BD and FE. RGB value is (119,189,254). Sum of RGB (Red+Green+Blue) = 119+189+254=562 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.17% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #77BDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BDFE is #884201. Grayscale: #AFAFAF. Windows color (decimal): -8929794 or 16694647. OLE color: 16694647.

HSL color Cylindrical-coordinate representation of color #77BDFE: hue angle of 208.89º 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 #77BDFE is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB119189254-
CMYK0.530.2600.00
HSL208.89º98.54%73.14%-
HSV(B)208.89º53.15%99.61%-
XYZ43.6947.47100.63-
YUV175.48172.3187.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.17%
GREEN value IS 189 (74.22% from 255) = 33.63%
BLUE value IS 254 (99.61% from 255) = 45.20%
R=21.17%
G=33.63%
B=45.20%

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
Decimal1191892540.530.2600.00208.8998.5473.14
Hex77BDFE351A00d16349
Octal167275376653200321143111
Binary1110111101111011111111011010111010001101000111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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