Html Css Color HEX #77BDFB Maya Blue

📋 copy color: '#77BDFB'

red 119 ◦ green 189 ◦ blue 251

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

Shades of Maya Blue #77BDFB

Tints of Maya Blue #77BDFB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.81%

 BLUE value IS 251 (98.44% from 255) = 44.9%

R = 21.29%
G = 33.81%
B = 44.9%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#77BDFB (or 0x77BDFB) is known color: Maya Blue. HEX triplet: 77, BD and FB. RGB value is (119,189,251). Sum of RGB (Red+Green+Blue) = 119+189+251=559 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.29% from 559); Green value is 189 (74.22% from 255 or 33.81% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #77BDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BDFB is #884204. Grayscale: #AEAEAE. Windows color (decimal): -8929797 or 16498039. OLE color: 16498039.

HSL color Cylindrical-coordinate representation of color #77BDFB: hue angle of 208.18º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77BDFB is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 189 251 -
CMYK 0.53 0.25 0 0.02
HSL 208.18º 0.94% 0.73% -
HSV(B) 208.18º 0.53% 0.98% -
XYZ 43.22 47.28 98.12 -
YUV 175.14 170.81 87.96 -
System Red Green Blue C M Y K H S L
Decimal 119 189 251 0.53 0.25 0 0.02 208.18 0.94 0.73
Hex 77 BD FB 35 19 0 2 D0 5E 49
Octal 167 275 373 65 31 0 2 320 136 111
Binary 1110111 10111101 11111011 110101 11001 0 10 11010000 1011110 1001001

Color Harmonies of #77BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BDFB

Black with #77BDFB

Text Example


Text Example

White with #77BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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