Html Css Color HEX #76C9EE Maya Blue

📋 copy color: '#76C9EE'

red 118 ◦ green 201 ◦ blue 238

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

Shades of Maya Blue #76C9EE

Tints of Maya Blue #76C9EE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.09%

 BLUE value IS 238 (93.36% from 255) = 42.73%

R = 21.18%
G = 36.09%
B = 42.73%

CMYK

 C value IS 0.50

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#76C9EE (or 0x76C9EE) is known color: Maya Blue. HEX triplet: 76, C9 and EE. RGB value is (118,201,238). Sum of RGB (Red+Green+Blue) = 118+201+238=557 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.18% from 557); Green value is 201 (78.91% from 255 or 36.09% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #76C9EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76C9EE is #893611. Grayscale: #B4B4B4. Windows color (decimal): -8992274 or 15649142. OLE color: 15649142.

HSL color Cylindrical-coordinate representation of color #76C9EE: hue angle of 198.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76C9EE is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 201 238 -
CMYK 0.50 0.16 0 0.07
HSL 198.5º 0.78% 0.7% -
HSV(B) 198.5º 0.5% 0.93% -
XYZ 43.79 51.8 88.58 -
YUV 180.4 160.5 83.49 -
System Red Green Blue C M Y K H S L
Decimal 118 201 238 0.50 0.16 0 0.07 198.5 0.78 0.7
Hex 76 C9 EE 32 10 0 7 C6 4E 46
Octal 166 311 356 62 20 0 7 306 116 106
Binary 1110110 11001001 11101110 110010 10000 0 111 11000110 1001110 1000110

Color Harmonies of #76C9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76C9EE

Black with #76C9EE

Text Example


Text Example

White with #76C9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,201,238); }

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

background-color css

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

 a { background-color: rgb(118,201,238); }

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

border-color css

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

 span { border-color: rgb(118,201,238); }

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