Html Css Color HEX #76C2EF Maya Blue

📋 copy color: '#76C2EF'

red 118 ◦ green 194 ◦ blue 239

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

Shades of Maya Blue #76C2EF

Tints of Maya Blue #76C2EF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.21%

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

R = 21.42%
G = 35.21%
B = 43.38%

CMYK

 C value IS 0.51

 M value IS 0.19

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#76C2EF (or 0x76C2EF) is known color: Maya Blue. HEX triplet: 76, C2 and EF. RGB value is (118,194,239). Sum of RGB (Red+Green+Blue) = 118+194+239=551 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.42% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #76C2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C2EF is #893D10. Grayscale: #B0B0B0. Windows color (decimal): -8994065 or 15712886. OLE color: 15712886.

HSL color Cylindrical-coordinate representation of color #76C2EF: hue angle of 202.31º 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 #76C2EF is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 194 239 -
CMYK 0.51 0.19 0 0.06
HSL 202.31º 0.79% 0.7% -
HSV(B) 202.31º 0.51% 0.94% -
XYZ 42.34 48.67 88.82 -
YUV 176.41 163.32 86.34 -
System Red Green Blue C M Y K H S L
Decimal 118 194 239 0.51 0.19 0 0.06 202.31 0.79 0.7
Hex 76 C2 EF 33 13 0 6 CA 4F 46
Octal 166 302 357 63 23 0 6 312 117 106
Binary 1110110 11000010 11101111 110011 10011 0 110 11001010 1001111 1000110

Color Harmonies of #76C2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C2EF

Black with #76C2EF

Text Example


Text Example

White with #76C2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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