Html Css Color HEX #77BFFC Maya Blue

📋 copy color: '#77BFFC'

red 119 ◦ green 191 ◦ blue 252

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

Shades of Maya Blue #77BFFC

Tints of Maya Blue #77BFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.84%

R = 21.17%
G = 33.99%
B = 44.84%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#77BFFC (or 0x77BFFC) is known color: Maya Blue. HEX triplet: 77, BF and FC. RGB value is (119,191,252). Sum of RGB (Red+Green+Blue) = 119+191+252=562 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.17% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #77BFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #77BFFC is #884003. Grayscale: #B0B0B0. Windows color (decimal): -8929284 or 16564087. OLE color: 16564087.

HSL color Cylindrical-coordinate representation of color #77BFFC: hue angle of 207.52º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77BFFC is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 191 252 -
CMYK 0.53 0.24 0 0.01
HSL 207.52º 0.96% 0.73% -
HSV(B) 207.52º 0.53% 0.99% -
XYZ 43.81 48.21 99.09 -
YUV 176.43 170.65 87.04 -
System Red Green Blue C M Y K H S L
Decimal 119 191 252 0.53 0.24 0 0.01 207.52 0.96 0.73
Hex 77 BF FC 35 18 0 1 D0 60 49
Octal 167 277 374 65 30 0 1 320 140 111
Binary 1110111 10111111 11111100 110101 11000 0 1 11010000 1100000 1001001

Color Harmonies of #77BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77BFFC

Black with #77BFFC

Text Example


Text Example

White with #77BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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