Html Css Color HEX #76AEFF Maya Blue

📋 copy color: '#76AEFF'

red 118 ◦ green 174 ◦ blue 255

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

Shades of Maya Blue #76AEFF

Tints of Maya Blue #76AEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.81%

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

R = 21.57%
G = 31.81%
B = 46.62%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#76AEFF (or 0x76AEFF) is known color: Maya Blue. HEX triplet: 76, AE and FF. RGB value is (118,174,255). Sum of RGB (Red+Green+Blue) = 118+174+255=547 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.57% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #76AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76AEFF is #895100. Grayscale: #A6A6A6. Windows color (decimal): -8999169 or 16756342. OLE color: 16756342.

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

Color convert

RGB 118 174 255 -
CMYK 0.54 0.32 0 0
HSL 215.47º 1% 0.73% -
HSV(B) 215.47º 0.54% 1% -
XYZ 40.66 41.34 100.45 -
YUV 166.49 177.95 93.41 -
System Red Green Blue C M Y K H S L
Decimal 118 174 255 0.54 0.32 0 0 215.47 1 0.73
Hex 76 AE FF 36 20 0 0 D7 64 49
Octal 166 256 377 66 40 0 0 327 144 111
Binary 1110110 10101110 11111111 110110 100000 0 0 11010111 1100100 1001001

Color Harmonies of #76AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AEFF

Black with #76AEFF

Text Example


Text Example

White with #76AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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