Html Css Color HEX #76C4EA Maya Blue

📋 copy color: '#76C4EA'

red 118 ◦ green 196 ◦ blue 234

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

Shades of Maya Blue #76C4EA

Tints of Maya Blue #76C4EA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.77%

 BLUE value IS 234 (91.8% from 255) = 42.7%

R = 21.53%
G = 35.77%
B = 42.7%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#76C4EA (or 0x76C4EA) is known color: Maya Blue. HEX triplet: 76, C4 and EA. RGB value is (118,196,234). Sum of RGB (Red+Green+Blue) = 118+196+234=548 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.53% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #76C4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C4EA is #893B15. Grayscale: #B0B0B0. Windows color (decimal): -8993558 or 15385718. OLE color: 15385718.

HSL color Cylindrical-coordinate representation of color #76C4EA: hue angle of 199.66º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76C4EA is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 196 234 -
CMYK 0.50 0.16 0 0.08
HSL 199.66º 0.73% 0.69% -
HSV(B) 199.66º 0.5% 0.92% -
XYZ 42.06 49.27 85.14 -
YUV 177.01 160.16 85.91 -
System Red Green Blue C M Y K H S L
Decimal 118 196 234 0.50 0.16 0 0.08 199.66 0.73 0.69
Hex 76 C4 EA 32 10 0 8 C8 49 45
Octal 166 304 352 62 20 0 10 310 111 105
Binary 1110110 11000100 11101010 110010 10000 0 1000 11001000 1001001 1000101

Color Harmonies of #76C4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C4EA

Black with #76C4EA

Text Example


Text Example

White with #76C4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,196,234); }

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

background-color css

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

 a { background-color: rgb(118,196,234); }

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

border-color css

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

 span { border-color: rgb(118,196,234); }

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