Html Css Color HEX #76BCEE Maya Blue

📋 copy color: '#76BCEE'

red 118 ◦ green 188 ◦ blue 238

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

Shades of Maya Blue #76BCEE

Tints of Maya Blue #76BCEE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.56%

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

R = 21.69%
G = 34.56%
B = 43.75%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#76BCEE (or 0x76BCEE) is known color: Maya Blue. HEX triplet: 76, BC and EE. RGB value is (118,188,238). Sum of RGB (Red+Green+Blue) = 118+188+238=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #76BCEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BCEE is #894311. Grayscale: #ACACAC. Windows color (decimal): -8995602 or 15645814. OLE color: 15645814.

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

Color convert

RGB 118 188 238 -
CMYK 0.50 0.21 0 0.07
HSL 205º 0.78% 0.7% -
HSV(B) 205º 0.5% 0.93% -
XYZ 40.89 45.99 87.61 -
YUV 172.77 164.81 88.93 -
System Red Green Blue C M Y K H S L
Decimal 118 188 238 0.50 0.21 0 0.07 205 0.78 0.7
Hex 76 BC EE 32 15 0 7 CD 4E 46
Octal 166 274 356 62 25 0 7 315 116 106
Binary 1110110 10111100 11101110 110010 10101 0 111 11001101 1001110 1000110

Color Harmonies of #76BCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BCEE

Black with #76BCEE

Text Example


Text Example

White with #76BCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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