Html Css Color HEX #77BBFF Maya Blue

📋 copy color: '#77BBFF'

red 119 ◦ green 187 ◦ blue 255

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

Shades of Maya Blue #77BBFF

Tints of Maya Blue #77BBFF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.33%

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

R = 21.21%
G = 33.33%
B = 45.45%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#77BBFF (or 0x77BBFF) is known color: Maya Blue. HEX triplet: 77, BB and FF. RGB value is (119,187,255). Sum of RGB (Red+Green+Blue) = 119+187+255=561 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.21% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #77BBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BBFF is #884400. Grayscale: #AEAEAE. Windows color (decimal): -8930305 or 16759671. OLE color: 16759671.

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

Color convert

RGB 119 187 255 -
CMYK 0.53 0.27 0 0
HSL 210º 1% 0.73% -
HSV(B) 210º 0.53% 1% -
XYZ 43.43 46.68 101.33 -
YUV 174.42 173.47 88.47 -
System Red Green Blue C M Y K H S L
Decimal 119 187 255 0.53 0.27 0 0 210 1 0.73
Hex 77 BB FF 35 1B 0 0 D2 64 49
Octal 167 273 377 65 33 0 0 322 144 111
Binary 1110111 10111011 11111111 110101 11011 0 0 11010010 1100100 1001001

Color Harmonies of #77BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BBFF

Black with #77BBFF

Text Example


Text Example

White with #77BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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