Html Css Color HEX #77BCEE Maya Blue

📋 copy color: '#77BCEE'

red 119 ◦ green 188 ◦ blue 238

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

Shades of Maya Blue #77BCEE

Tints of Maya Blue #77BCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 21.83%
G = 34.5%
B = 43.67%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#77BCEE (or 0x77BCEE) is known color: Maya Blue. HEX triplet: 77, BC and EE. RGB value is (119,188,238). Sum of RGB (Red+Green+Blue) = 119+188+238=545 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.83% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #77BCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BCEE is #884311. Grayscale: #ACACAC. Windows color (decimal): -8930066 or 15645815. OLE color: 15645815.

HSL color Cylindrical-coordinate representation of color #77BCEE: hue angle of 205.21º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77BCEE is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 119 188 238 -
CMYK 0.50 0.21 0 0.07
HSL 205.21º 0.78% 0.7% -
HSV(B) 205.21º 0.5% 0.93% -
XYZ 41.02 46.06 87.62 -
YUV 173.07 164.64 89.43 -
System Red Green Blue C M Y K H S L
Decimal 119 188 238 0.50 0.21 0 0.07 205.21 0.78 0.7
Hex 77 BC EE 32 15 0 7 CD 4E 46
Octal 167 274 356 62 25 0 7 315 116 106
Binary 1110111 10111100 11101110 110010 10101 0 111 11001101 1001110 1000110

Color Harmonies of #77BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BCEE

Black with #77BCEE

Text Example


Text Example

White with #77BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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