Html Css Color HEX #77BCEB Maya Blue

📋 copy color: '#77BCEB'

red 119 ◦ green 188 ◦ blue 235

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

Shades of Maya Blue #77BCEB

Tints of Maya Blue #77BCEB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.69%

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

R = 21.96%
G = 34.69%
B = 43.36%

CMYK

 C value IS 0.49

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#77BCEB (or 0x77BCEB) is known color: Maya Blue. HEX triplet: 77, BC and EB. RGB value is (119,188,235). Sum of RGB (Red+Green+Blue) = 119+188+235=542 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.96% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #77BCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BCEB is #884314. Grayscale: #ACACAC. Windows color (decimal): -8930069 or 15449207. OLE color: 15449207.

HSL color Cylindrical-coordinate representation of color #77BCEB: hue angle of 204.31º 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 #77BCEB is Cyan = 0.49, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 119 188 235 -
CMYK 0.49 0.2 0 0.08
HSL 204.31º 0.74% 0.69% -
HSV(B) 204.31º 0.49% 0.92% -
XYZ 40.59 45.89 85.32 -
YUV 172.73 163.14 89.68 -
System Red Green Blue C M Y K H S L
Decimal 119 188 235 0.49 0.2 0 0.08 204.31 0.74 0.69
Hex 77 BC EB 31 14 0 8 CC 4A 45
Octal 167 274 353 61 24 0 10 314 112 105
Binary 1110111 10111100 11101011 110001 10100 0 1000 11001100 1001010 1000101

Color Harmonies of #77BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BCEB

Black with #77BCEB

Text Example


Text Example

White with #77BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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