Html Css Color HEX #77BCFD Maya Blue

📋 copy color: '#77BCFD'

red 119 ◦ green 188 ◦ blue 253

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

Shades of Maya Blue #77BCFD

Tints of Maya Blue #77BCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.18%

R = 21.25%
G = 33.57%
B = 45.18%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#77BCFD (or 0x77BCFD) is known color: Maya Blue. HEX triplet: 77, BC and FD. RGB value is (119,188,253). Sum of RGB (Red+Green+Blue) = 119+188+253=560 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.25% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #77BCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BCFD is #884302. Grayscale: #AEAEAE. Windows color (decimal): -8930051 or 16628855. OLE color: 16628855.

HSL color Cylindrical-coordinate representation of color #77BCFD: hue angle of 209.1º degrees, saturation: 0.97, 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 #77BCFD is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 188 253 -
CMYK 0.53 0.26 0 0.01
HSL 209.1º 0.97% 0.73% -
HSV(B) 209.1º 0.53% 0.99% -
XYZ 43.32 46.98 99.71 -
YUV 174.78 172.14 88.21 -
System Red Green Blue C M Y K H S L
Decimal 119 188 253 0.53 0.26 0 0.01 209.1 0.97 0.73
Hex 77 BC FD 35 1A 0 1 D1 61 49
Octal 167 274 375 65 32 0 1 321 141 111
Binary 1110111 10111100 11111101 110101 11010 0 1 11010001 1100001 1001001

Color Harmonies of #77BCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BCFD

Black with #77BCFD

Text Example


Text Example

White with #77BCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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