Html Css Color HEX #77C8FF Maya Blue

📋 copy color: '#77C8FF'

red 119 ◦ green 200 ◦ blue 255

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

Shades of Maya Blue #77C8FF

Tints of Maya Blue #77C8FF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.84%

 BLUE value IS 255 (100% from 255) = 44.43%

R = 20.73%
G = 34.84%
B = 44.43%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#77C8FF (or 0x77C8FF) is known color: Maya Blue. HEX triplet: 77, C8 and FF. RGB value is (119,200,255). Sum of RGB (Red+Green+Blue) = 119+200+255=574 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.73% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #77C8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77C8FF is #883700. Grayscale: #B5B5B5. Windows color (decimal): -8926977 or 16762999. OLE color: 16762999.

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

Color convert

RGB 119 200 255 -
CMYK 0.53 0.22 0 0
HSL 204.26º 1% 0.73% -
HSV(B) 204.26º 0.53% 1% -
XYZ 46.31 52.45 102.29 -
YUV 182.05 169.16 83.03 -
System Red Green Blue C M Y K H S L
Decimal 119 200 255 0.53 0.22 0 0 204.26 1 0.73
Hex 77 C8 FF 35 16 0 0 CC 64 49
Octal 167 310 377 65 26 0 0 314 144 111
Binary 1110111 11001000 11111111 110101 10110 0 0 11001100 1100100 1001001

Color Harmonies of #77C8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77C8FF

Black with #77C8FF

Text Example


Text Example

White with #77C8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,200,255); }

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

background-color css

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

 a { background-color: rgb(119,200,255); }

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

border-color css

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

 span { border-color: rgb(119,200,255); }

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