Html Css Color HEX #77B8F6 Maya Blue

📋 copy color: '#77B8F6'

red 119 ◦ green 184 ◦ blue 246

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

Shades of Maya Blue #77B8F6

Tints of Maya Blue #77B8F6

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.52%

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

R = 21.68%
G = 33.52%
B = 44.81%

CMYK

 C value IS 0.52

 M value IS 0.25

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#77B8F6 (or 0x77B8F6) is known color: Maya Blue. HEX triplet: 77, B8 and F6. RGB value is (119,184,246). Sum of RGB (Red+Green+Blue) = 119+184+246=549 (72% of max value = 765). Red value is 119 (46.88% from 255 or 21.68% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 246 (96.48% from 255 or 44.81% from 549); Max value from RGB is 246 - color contains mainly: blue. Hex color #77B8F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77B8F6 is #884709. Grayscale: #ABABAB. Windows color (decimal): -8931082 or 16169079. OLE color: 16169079.

HSL color Cylindrical-coordinate representation of color #77B8F6: hue angle of 209.29º 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 #77B8F6 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 184 246 -
CMYK 0.52 0.25 0 0.04
HSL 209.29º 0.88% 0.72% -
HSV(B) 209.29º 0.52% 0.96% -
XYZ 41.38 44.86 93.67 -
YUV 171.63 169.97 90.46 -
System Red Green Blue C M Y K H S L
Decimal 119 184 246 0.52 0.25 0 0.04 209.29 0.88 0.72
Hex 77 B8 F6 34 19 0 4 D1 58 48
Octal 167 270 366 64 31 0 4 321 130 110
Binary 1110111 10111000 11110110 110100 11001 0 100 11010001 1011000 1001000

Color Harmonies of #77B8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B8F6

Black with #77B8F6

Text Example


Text Example

White with #77B8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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