Html Css Color HEX #76C5EF Maya Blue

📋 copy color: '#76C5EF'

red 118 ◦ green 197 ◦ blue 239

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

Shades of Maya Blue #76C5EF

Tints of Maya Blue #76C5EF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.56%

 BLUE value IS 239 (93.75% from 255) = 43.14%

R = 21.3%
G = 35.56%
B = 43.14%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#76C5EF (or 0x76C5EF) is known color: Maya Blue. HEX triplet: 76, C5 and EF. RGB value is (118,197,239). Sum of RGB (Red+Green+Blue) = 118+197+239=554 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.30% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #76C5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C5EF is #893A10. Grayscale: #B1B1B1. Windows color (decimal): -8993297 or 15713654. OLE color: 15713654.

HSL color Cylindrical-coordinate representation of color #76C5EF: hue angle of 200.83º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76C5EF is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 197 239 -
CMYK 0.51 0.18 0 0.06
HSL 200.83º 0.79% 0.7% -
HSV(B) 200.83º 0.51% 0.94% -
XYZ 43.02 50.02 89.05 -
YUV 178.17 162.33 85.08 -
System Red Green Blue C M Y K H S L
Decimal 118 197 239 0.51 0.18 0 0.06 200.83 0.79 0.7
Hex 76 C5 EF 33 12 0 6 C9 4F 46
Octal 166 305 357 63 22 0 6 311 117 106
Binary 1110110 11000101 11101111 110011 10010 0 110 11001001 1001111 1000110

Color Harmonies of #76C5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C5EF

Black with #76C5EF

Text Example


Text Example

White with #76C5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,197,239); }

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

background-color css

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

 a { background-color: rgb(118,197,239); }

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

border-color css

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

 span { border-color: rgb(118,197,239); }

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