Html Css Color HEX #77BDF9 Maya Blue

📋 copy color: '#77BDF9'

red 119 ◦ green 189 ◦ blue 249

#77BDF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #77BDF9

Tints of Maya Blue #77BDF9

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.7%

R = 21.36%
G = 33.93%
B = 44.7%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#77BDF9 (or 0x77BDF9) is known color: 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

RGB 119 189 249 -
CMYK 0.52 0.24 0 0.02
HSL 207.69º 0.92% 0.72% -
HSV(B) 207.69º 0.52% 0.98% -
XYZ 42.9 47.16 96.46 -
YUV 174.91 169.81 88.12 -
System Red Green Blue C M Y K H S L
Decimal 119 189 249 0.52 0.24 0 0.02 207.69 0.92 0.72
Hex 77 BD F9 34 18 0 2 D0 5C 48
Octal 167 275 371 64 30 0 2 320 134 110
Binary 1110111 10111101 11111001 110100 11000 0 10 11010000 1011100 1001000

Color Harmonies of #77BDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BDF9

Black with #77BDF9

Text Example


Text Example

White with #77BDF9

Text Example


Text Example

HTML Codes & Css Web 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>