Html Css Color HEX #76AAFF Maya Blue

📋 copy color: '#76AAFF'

red 118 ◦ green 170 ◦ blue 255

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

Shades of Maya Blue #76AAFF

Tints of Maya Blue #76AAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.31%

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

R = 21.73%
G = 31.31%
B = 46.96%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#76AAFF (or 0x76AAFF) is known color: Maya Blue. HEX triplet: 76, AA and FF. RGB value is (118,170,255). Sum of RGB (Red+Green+Blue) = 118+170+255=543 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.73% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #76AAFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76AAFF is #895500. Grayscale: #A3A3A3. Windows color (decimal): -9000193 or 16755318. OLE color: 16755318.

HSL color Cylindrical-coordinate representation of color #76AAFF: hue angle of 217.23º 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 #76AAFF is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 170 255 -
CMYK 0.54 0.33 0 0
HSL 217.23º 1% 0.73% -
HSV(B) 217.23º 0.54% 1% -
XYZ 39.9 39.82 100.19 -
YUV 164.14 179.27 95.09 -
System Red Green Blue C M Y K H S L
Decimal 118 170 255 0.54 0.33 0 0 217.23 1 0.73
Hex 76 AA FF 36 21 0 0 D9 64 49
Octal 166 252 377 66 41 0 0 331 144 111
Binary 1110110 10101010 11111111 110110 100001 0 0 11011001 1100100 1001001

Color Harmonies of #76AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AAFF

Black with #76AAFF

Text Example


Text Example

White with #76AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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