Html Css Color HEX #76BCFE Maya Blue

📋 copy color: '#76BCFE'

red 118 ◦ green 188 ◦ blue 254

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

Shades of Maya Blue #76BCFE

Tints of Maya Blue #76BCFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.36%

R = 21.07%
G = 33.57%
B = 45.36%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#76BCFE (or 0x76BCFE) is known color: Maya Blue. HEX triplet: 76, BC and FE. RGB value is (118,188,254). Sum of RGB (Red+Green+Blue) = 118+188+254=560 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.07% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #76BCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BCFE is #894301. Grayscale: #AEAEAE. Windows color (decimal): -8995586 or 16694390. OLE color: 16694390.

HSL color Cylindrical-coordinate representation of color #76BCFE: hue angle of 209.12º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76BCFE is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 118 188 254 -
CMYK 0.54 0.26 0 0.00
HSL 209.12º 0.99% 0.73% -
HSV(B) 209.12º 0.54% 1% -
XYZ 43.34 46.97 100.55 -
YUV 174.59 172.81 87.63 -
System Red Green Blue C M Y K H S L
Decimal 118 188 254 0.54 0.26 0 0.00 209.12 0.99 0.73
Hex 76 BC FE 36 1A 0 0 D1 63 49
Octal 166 274 376 66 32 0 0 321 143 111
Binary 1110110 10111100 11111110 110110 11010 0 0 11010001 1100011 1001001

Color Harmonies of #76BCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BCFE

Black with #76BCFE

Text Example


Text Example

White with #76BCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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