Html Css Color HEX #76BCFF Maya Blue

📋 copy color: '#76BCFF'

red 118 ◦ green 188 ◦ blue 255

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

Shades of Maya Blue #76BCFF

Tints of Maya Blue #76BCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.45%

R = 21.03%
G = 33.51%
B = 45.45%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#76BCFF (or 0x76BCFF) is known color: Maya Blue. HEX triplet: 76, BC and FF. RGB value is (118,188,255). Sum of RGB (Red+Green+Blue) = 118+188+255=561 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.03% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #76BCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BCFF is #894300. Grayscale: #AEAEAE. Windows color (decimal): -8995585 or 16759926. OLE color: 16759926.

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

Color convert

RGB 118 188 255 -
CMYK 0.54 0.26 0 0
HSL 209.34º 1% 0.73% -
HSV(B) 209.34º 0.54% 1% -
XYZ 43.5 47.04 101.39 -
YUV 174.71 173.31 87.55 -
System Red Green Blue C M Y K H S L
Decimal 118 188 255 0.54 0.26 0 0 209.34 1 0.73
Hex 76 BC FF 36 1A 0 0 D1 64 49
Octal 166 274 377 66 32 0 0 321 144 111
Binary 1110110 10111100 11111111 110110 11010 0 0 11010001 1100100 1001001

Color Harmonies of #76BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BCFF

Black with #76BCFF

Text Example


Text Example

White with #76BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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