Html Css Color HEX #77C3FE Maya Blue

📋 copy color: '#77C3FE'

red 119 ◦ green 195 ◦ blue 254

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

Shades of Maya Blue #77C3FE

Tints of Maya Blue #77C3FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.72%

R = 20.95%
G = 34.33%
B = 44.72%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#77C3FE (or 0x77C3FE) is known color: Maya Blue. HEX triplet: 77, C3 and FE. RGB value is (119,195,254). Sum of RGB (Red+Green+Blue) = 119+195+254=568 (75% of max value = 765). Red value is 119 (46.88% from 255 or 20.95% from 568); Green value is 195 (76.56% from 255 or 34.33% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #77C3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C3FE is #883C01. Grayscale: #B2B2B2. Windows color (decimal): -8928258 or 16696183. OLE color: 16696183.

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

Color convert

RGB 119 195 254 -
CMYK 0.53 0.23 0 0.00
HSL 206.22º 0.99% 0.73% -
HSV(B) 206.22º 0.53% 1% -
XYZ 45.01 50.11 101.07 -
YUV 179 170.32 85.2 -
System Red Green Blue C M Y K H S L
Decimal 119 195 254 0.53 0.23 0 0.00 206.22 0.99 0.73
Hex 77 C3 FE 35 17 0 0 CE 63 49
Octal 167 303 376 65 27 0 0 316 143 111
Binary 1110111 11000011 11111110 110101 10111 0 0 11001110 1100011 1001001

Color Harmonies of #77C3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C3FE

Black with #77C3FE

Text Example


Text Example

White with #77C3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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