Html Css Color HEX #77BFEB Maya Blue

📋 copy color: '#77BFEB'

red 119 ◦ green 191 ◦ blue 235

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

Shades of Maya Blue #77BFEB

Tints of Maya Blue #77BFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 35.05%

 BLUE value IS 235 (92.19% from 255) = 43.12%

R = 21.83%
G = 35.05%
B = 43.12%

CMYK

 C value IS 0.49

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#77BFEB (or 0x77BFEB) is known color: Maya Blue. HEX triplet: 77, BF and EB. RGB value is (119,191,235). Sum of RGB (Red+Green+Blue) = 119+191+235=545 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.83% from 545); Green value is 191 (75% from 255 or 35.05% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #77BFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BFEB is #884014. Grayscale: #AEAEAE. Windows color (decimal): -8929301 or 15449975. OLE color: 15449975.

HSL color Cylindrical-coordinate representation of color #77BFEB: hue angle of 202.76º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77BFEB is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 191 235 -
CMYK 0.49 0.19 0 0.08
HSL 202.76º 0.74% 0.69% -
HSV(B) 202.76º 0.49% 0.92% -
XYZ 41.23 47.18 85.53 -
YUV 174.49 162.15 88.42 -
System Red Green Blue C M Y K H S L
Decimal 119 191 235 0.49 0.19 0 0.08 202.76 0.74 0.69
Hex 77 BF EB 31 13 0 8 CB 4A 45
Octal 167 277 353 61 23 0 10 313 112 105
Binary 1110111 10111111 11101011 110001 10011 0 1000 11001011 1001010 1000101

Color Harmonies of #77BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BFEB

Black with #77BFEB

Text Example


Text Example

White with #77BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,191,235); }

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

background-color css

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

 a { background-color: rgb(119,191,235); }

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

border-color css

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

 span { border-color: rgb(119,191,235); }

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