Html Css Color HEX #77C3FB Maya Blue

📋 copy color: '#77C3FB'

red 119 ◦ green 195 ◦ blue 251

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

Shades of Maya Blue #77C3FB

Tints of Maya Blue #77C3FB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.51%

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

R = 21.06%
G = 34.51%
B = 44.42%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#77C3FB (or 0x77C3FB) is known color: Maya Blue. HEX triplet: 77, C3 and FB. RGB value is (119,195,251). Sum of RGB (Red+Green+Blue) = 119+195+251=565 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.06% from 565); Green value is 195 (76.56% from 255 or 34.51% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #77C3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C3FB is #883C04. Grayscale: #B2B2B2. Windows color (decimal): -8928261 or 16499575. OLE color: 16499575.

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

Color convert

RGB 119 195 251 -
CMYK 0.53 0.22 0 0.02
HSL 205.45º 0.94% 0.73% -
HSV(B) 205.45º 0.53% 0.98% -
XYZ 44.54 49.92 98.55 -
YUV 178.66 168.82 85.45 -
System Red Green Blue C M Y K H S L
Decimal 119 195 251 0.53 0.22 0 0.02 205.45 0.94 0.73
Hex 77 C3 FB 35 16 0 2 CD 5E 49
Octal 167 303 373 65 26 0 2 315 136 111
Binary 1110111 11000011 11111011 110101 10110 0 10 11001101 1011110 1001001

Color Harmonies of #77C3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C3FB

Black with #77C3FB

Text Example


Text Example

White with #77C3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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