Html Css Color HEX #76B8EE Maya Blue

📋 copy color: '#76B8EE'

red 118 ◦ green 184 ◦ blue 238

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

Shades of Maya Blue #76B8EE

Tints of Maya Blue #76B8EE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.07%

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

R = 21.85%
G = 34.07%
B = 44.07%

CMYK

 C value IS 0.50

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#76B8EE (or 0x76B8EE) is known color: Maya Blue. HEX triplet: 76, B8 and EE. RGB value is (118,184,238). Sum of RGB (Red+Green+Blue) = 118+184+238=540 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.85% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #76B8EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76B8EE is #894711. Grayscale: #AAAAAA. Windows color (decimal): -8996626 or 15644790. OLE color: 15644790.

HSL color Cylindrical-coordinate representation of color #76B8EE: hue angle of 207º 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 #76B8EE is Cyan = 0.50, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 184 238 -
CMYK 0.50 0.23 0 0.07
HSL 207º 0.78% 0.7% -
HSV(B) 207º 0.5% 0.93% -
XYZ 40.04 44.31 87.33 -
YUV 170.42 166.13 90.61 -
System Red Green Blue C M Y K H S L
Decimal 118 184 238 0.50 0.23 0 0.07 207 0.78 0.7
Hex 76 B8 EE 32 17 0 7 CF 4E 46
Octal 166 270 356 62 27 0 7 317 116 106
Binary 1110110 10111000 11101110 110010 10111 0 111 11001111 1001110 1000110

Color Harmonies of #76B8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B8EE

Black with #76B8EE

Text Example


Text Example

White with #76B8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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