#77BDF9

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

Shades of Maya Blue #77BDF9

Tints of Maya Blue #77BDF9

Color information

#77BDF9 (or 0x77BDF9) is unknown color: approx Maya Blue. HEX triplet: 77, BD and F9. RGB value is (119,189,249). Sum of RGB (Red+Green+Blue) = 119+189+249=557 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.36% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 249 (97.66% from 255 or 44.70% from 557); Max value from RGB is 249 - color contains mainly: blue. Hex color #77BDF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BDF9 is #884206. Grayscale: #AEAEAE. Windows color (decimal): -8929799 or 16366967. OLE color: 16366967.

HSL color Cylindrical-coordinate representation of color #77BDF9: hue angle of 207.69º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77BDF9 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB119189249-
CMYK0.520.2400.02
HSL207.69º91.55%72.16%-
HSV(B)207.69º52.21%97.65%-
XYZ42.947.1696.46-
YUV174.91169.8188.12-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.36%
GREEN value IS 189 (74.22% from 255) = 33.93%
BLUE value IS 249 (97.66% from 255) = 44.70%
R=21.36%
G=33.93%
B=44.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1191892490.520.2400.02207.6991.5572.16
Hex77BDF9341802d05c48
Octal167275371643002320134110
Binary11101111011110111111001110100110000101101000010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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