Html Css Color HEX #77B9F9 Maya Blue

📋 copy color: '#77B9F9'

red 119 ◦ green 185 ◦ blue 249

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

Shades of Maya Blue #77B9F9

Tints of Maya Blue #77B9F9

RGB

 RED value IS 119 (46.88% from 255) = 21.52%

 GREEN value IS 185 (72.66% from 255) = 33.45%

 BLUE value IS 249 (97.66% from 255) = 45.03%

R = 21.52%
G = 33.45%
B = 45.03%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#77B9F9 (or 0x77B9F9) is known color: Maya Blue. HEX triplet: 77, B9 and F9. RGB value is (119,185,249). Sum of RGB (Red+Green+Blue) = 119+185+249=553 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.52% from 553); Green value is 185 (72.66% from 255 or 33.45% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #77B9F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77B9F9 is #884606. Grayscale: #ACACAC. Windows color (decimal): -8930823 or 16365943. OLE color: 16365943.

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

Color convert

RGB 119 185 249 -
CMYK 0.52 0.26 0 0.02
HSL 209.54º 0.92% 0.72% -
HSV(B) 209.54º 0.52% 0.98% -
XYZ 42.06 45.46 96.18 -
YUV 172.56 171.13 89.8 -
System Red Green Blue C M Y K H S L
Decimal 119 185 249 0.52 0.26 0 0.02 209.54 0.92 0.72
Hex 77 B9 F9 34 1A 0 2 D2 5C 48
Octal 167 271 371 64 32 0 2 322 134 110
Binary 1110111 10111001 11111001 110100 11010 0 10 11010010 1011100 1001000

Color Harmonies of #77B9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B9F9

Black with #77B9F9

Text Example


Text Example

White with #77B9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77B9F9;
 }
 .AnyTagClassName
 {
   color: #77B9F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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