Html Css Color HEX #77BCF6 Maya Blue

📋 copy color: '#77BCF6'

red 119 ◦ green 188 ◦ blue 246

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

Shades of Maya Blue #77BCF6

Tints of Maya Blue #77BCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.48%

R = 21.52%
G = 34%
B = 44.48%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#77BCF6 (or 0x77BCF6) is known color: Maya Blue. HEX triplet: 77, BC and F6. RGB value is (119,188,246). Sum of RGB (Red+Green+Blue) = 119+188+246=553 (73% of max value = 765). Red value is 119 (46.88% from 255 or 21.52% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #77BCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BCF6 is #884309. Grayscale: #ADADAD. Windows color (decimal): -8930058 or 16170103. OLE color: 16170103.

HSL color Cylindrical-coordinate representation of color #77BCF6: hue angle of 207.4º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77BCF6 is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 188 246 -
CMYK 0.52 0.24 0 0.04
HSL 207.4º 0.88% 0.72% -
HSV(B) 207.4º 0.52% 0.96% -
XYZ 42.23 46.54 93.95 -
YUV 173.98 168.64 88.78 -
System Red Green Blue C M Y K H S L
Decimal 119 188 246 0.52 0.24 0 0.04 207.4 0.88 0.72
Hex 77 BC F6 34 18 0 4 CF 58 48
Octal 167 274 366 64 30 0 4 317 130 110
Binary 1110111 10111100 11110110 110100 11000 0 100 11001111 1011000 1001000

Color Harmonies of #77BCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BCF6

Black with #77BCF6

Text Example


Text Example

White with #77BCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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