Html Css Color HEX #76B7EC Maya Blue

📋 copy color: '#76B7EC'

red 118 ◦ green 183 ◦ blue 236

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

Shades of Maya Blue #76B7EC

Tints of Maya Blue #76B7EC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.08%

 BLUE value IS 236 (92.58% from 255) = 43.95%

R = 21.97%
G = 34.08%
B = 43.95%

CMYK

 C value IS 0.5

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#76B7EC (or 0x76B7EC) is known color: Maya Blue. HEX triplet: 76, B7 and EC. RGB value is (118,183,236). Sum of RGB (Red+Green+Blue) = 118+183+236=537 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.97% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 236 (92.58% from 255 or 43.95% from 537); Max value from RGB is 236 - color contains mainly: blue. Hex color #76B7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76B7EC is #894813. Grayscale: #A9A9A9. Windows color (decimal): -8996884 or 15513462. OLE color: 15513462.

HSL color Cylindrical-coordinate representation of color #76B7EC: hue angle of 206.95º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76B7EC is Cyan = 0.5, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 183 236 -
CMYK 0.5 0.22 0 0.07
HSL 206.95º 0.76% 0.69% -
HSV(B) 206.95º 0.5% 0.93% -
XYZ 39.55 43.77 85.72 -
YUV 169.61 165.47 91.19 -
System Red Green Blue C M Y K H S L
Decimal 118 183 236 0.5 0.22 0 0.07 206.95 0.76 0.69
Hex 76 B7 EC 32 16 0 7 CF 4C 45
Octal 166 267 354 62 26 0 7 317 114 105
Binary 1110110 10110111 11101100 110010 10110 0 111 11001111 1001100 1000101

Color Harmonies of #76B7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B7EC

Black with #76B7EC

Text Example


Text Example

White with #76B7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,183,236); }

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

background-color css

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

 a { background-color: rgb(118,183,236); }

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

border-color css

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

 span { border-color: rgb(118,183,236); }

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