Html Css Color HEX #77BCFC Maya Blue

📋 copy color: '#77BCFC'

red 119 ◦ green 188 ◦ blue 252

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

Shades of Maya Blue #77BCFC

Tints of Maya Blue #77BCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.63%

 BLUE value IS 252 (98.83% from 255) = 45.08%

R = 21.29%
G = 33.63%
B = 45.08%

CMYK

 C value IS 0.53

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#77BCFC (or 0x77BCFC) is known color: Maya Blue. HEX triplet: 77, BC and FC. RGB value is (119,188,252). Sum of RGB (Red+Green+Blue) = 119+188+252=559 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.29% from 559); Green value is 188 (73.83% from 255 or 33.63% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #77BCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BCFC is #884303. Grayscale: #AEAEAE. Windows color (decimal): -8930052 or 16563319. OLE color: 16563319.

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

Color convert

RGB 119 188 252 -
CMYK 0.53 0.25 0 0.01
HSL 208.87º 0.96% 0.73% -
HSV(B) 208.87º 0.53% 0.99% -
XYZ 43.16 46.92 98.88 -
YUV 174.67 171.64 88.3 -
System Red Green Blue C M Y K H S L
Decimal 119 188 252 0.53 0.25 0 0.01 208.87 0.96 0.73
Hex 77 BC FC 35 19 0 1 D1 60 49
Octal 167 274 374 65 31 0 1 321 140 111
Binary 1110111 10111100 11111100 110101 11001 0 1 11010001 1100000 1001001

Color Harmonies of #77BCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BCFC

Black with #77BCFC

Text Example


Text Example

White with #77BCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,188,252); }

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

background-color css

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

 a { background-color: rgb(119,188,252); }

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

border-color css

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

 span { border-color: rgb(119,188,252); }

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