Html Css Color HEX #77C1FE Maya Blue

📋 copy color: '#77C1FE'

red 119 ◦ green 193 ◦ blue 254

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

Shades of Maya Blue #77C1FE

Tints of Maya Blue #77C1FE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.1%

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

R = 21.02%
G = 34.1%
B = 44.88%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#77C1FE (or 0x77C1FE) is known color: Maya Blue. HEX triplet: 77, C1 and FE. RGB value is (119,193,254). Sum of RGB (Red+Green+Blue) = 119+193+254=566 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.02% from 566); Green value is 193 (75.78% from 255 or 34.10% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #77C1FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C1FE is #883E01. Grayscale: #B1B1B1. Windows color (decimal): -8928770 or 16695671. OLE color: 16695671.

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

Color convert

RGB 119 193 254 -
CMYK 0.53 0.24 0 0.00
HSL 207.11º 0.99% 0.73% -
HSV(B) 207.11º 0.53% 1% -
XYZ 44.57 49.22 100.92 -
YUV 177.83 170.98 86.04 -
System Red Green Blue C M Y K H S L
Decimal 119 193 254 0.53 0.24 0 0.00 207.11 0.99 0.73
Hex 77 C1 FE 35 18 0 0 CF 63 49
Octal 167 301 376 65 30 0 0 317 143 111
Binary 1110111 11000001 11111110 110101 11000 0 0 11001111 1100011 1001001

Color Harmonies of #77C1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C1FE

Black with #77C1FE

Text Example


Text Example

White with #77C1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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