Html Css Color HEX #77B7FF Maya Blue

📋 copy color: '#77B7FF'

red 119 ◦ green 183 ◦ blue 255

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

Shades of Maya Blue #77B7FF

Tints of Maya Blue #77B7FF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 32.85%

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

R = 21.36%
G = 32.85%
B = 45.78%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#77B7FF (or 0x77B7FF) is known color: Maya Blue. HEX triplet: 77, B7 and FF. RGB value is (119,183,255). Sum of RGB (Red+Green+Blue) = 119+183+255=557 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.36% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #77B7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77B7FF is #884800. Grayscale: #ABABAB. Windows color (decimal): -8931329 or 16758647. OLE color: 16758647.

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

Color convert

RGB 119 183 255 -
CMYK 0.53 0.28 0 0
HSL 211.76º 1% 0.73% -
HSV(B) 211.76º 0.53% 1% -
XYZ 42.59 45.01 101.05 -
YUV 172.07 174.8 90.15 -
System Red Green Blue C M Y K H S L
Decimal 119 183 255 0.53 0.28 0 0 211.76 1 0.73
Hex 77 B7 FF 35 1C 0 0 D4 64 49
Octal 167 267 377 65 34 0 0 324 144 111
Binary 1110111 10110111 11111111 110101 11100 0 0 11010100 1100100 1001001

Color Harmonies of #77B7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B7FF

Black with #77B7FF

Text Example


Text Example

White with #77B7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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