Html Css Color HEX #77BBF1 Maya Blue

📋 copy color: '#77BBF1'

red 119 ◦ green 187 ◦ blue 241

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

Shades of Maya Blue #77BBF1

Tints of Maya Blue #77BBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.06%

R = 21.76%
G = 34.19%
B = 44.06%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#77BBF1 (or 0x77BBF1) is known color: Maya Blue. HEX triplet: 77, BB and F1. RGB value is (119,187,241). Sum of RGB (Red+Green+Blue) = 119+187+241=547 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.76% from 547); Green value is 187 (73.44% from 255 or 34.19% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #77BBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BBF1 is #88440E. Grayscale: #ACACAC. Windows color (decimal): -8930319 or 15842167. OLE color: 15842167.

HSL color Cylindrical-coordinate representation of color #77BBF1: hue angle of 206.56º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77BBF1 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 119 187 241 -
CMYK 0.51 0.22 0 0.05
HSL 206.56º 0.81% 0.71% -
HSV(B) 206.56º 0.51% 0.95% -
XYZ 41.26 45.81 89.89 -
YUV 172.82 166.47 89.61 -
System Red Green Blue C M Y K H S L
Decimal 119 187 241 0.51 0.22 0 0.05 206.56 0.81 0.71
Hex 77 BB F1 33 16 0 5 CF 51 47
Octal 167 273 361 63 26 0 5 317 121 107
Binary 1110111 10111011 11110001 110011 10110 0 101 11001111 1010001 1000111

Color Harmonies of #77BBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BBF1

Black with #77BBF1

Text Example


Text Example

White with #77BBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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