Html Css Color HEX #76B1FC Maya Blue

📋 copy color: '#76B1FC'

red 118 ◦ green 177 ◦ blue 252

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

Shades of Maya Blue #76B1FC

Tints of Maya Blue #76B1FC

RGB

 RED value IS 118 (46.48% from 255) = 21.57%

 GREEN value IS 177 (69.53% from 255) = 32.36%

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

R = 21.57%
G = 32.36%
B = 46.07%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#76B1FC (or 0x76B1FC) is known color: Maya Blue. HEX triplet: 76, B1 and FC. RGB value is (118,177,252). Sum of RGB (Red+Green+Blue) = 118+177+252=547 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.57% from 547); Green value is 177 (69.53% from 255 or 32.36% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #76B1FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76B1FC is #894E03. Grayscale: #A7A7A7. Windows color (decimal): -8998404 or 16560502. OLE color: 16560502.

HSL color Cylindrical-coordinate representation of color #76B1FC: hue angle of 213.58º 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 #76B1FC is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 118 177 252 -
CMYK 0.53 0.30 0 0.01
HSL 213.58º 0.96% 0.73% -
HSV(B) 213.58º 0.53% 0.99% -
XYZ 40.76 42.32 98.12 -
YUV 167.91 175.45 92.4 -
System Red Green Blue C M Y K H S L
Decimal 118 177 252 0.53 0.30 0 0.01 213.58 0.96 0.73
Hex 76 B1 FC 35 1E 0 1 D6 60 49
Octal 166 261 374 65 36 0 1 326 140 111
Binary 1110110 10110001 11111100 110101 11110 0 1 11010110 1100000 1001001

Color Harmonies of #76B1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B1FC

Black with #76B1FC

Text Example


Text Example

White with #76B1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76B1FC; }

 p { color: rgb(118,177,252); }

 H1.HeaderClassName
 {
   color: #76B1FC;
 }
 .AnyTagClassName
 {
   color: #76B1FC;
 }
</style>

background-color css

<style>
 a { background-color: #76B1FC; }

 a { background-color: rgb(118,177,252); }

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

border-color css

<style>
 span { border-color: #76B1FC; }

 span { border-color: rgb(118,177,252); }

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