Html Css Color HEX #76AFFE Maya Blue

📋 copy color: '#76AFFE'

red 118 ◦ green 175 ◦ blue 254

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

Shades of Maya Blue #76AFFE

Tints of Maya Blue #76AFFE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.99%

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

R = 21.57%
G = 31.99%
B = 46.44%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#76AFFE (or 0x76AFFE) is known color: Maya Blue. HEX triplet: 76, AF and FE. RGB value is (118,175,254). Sum of RGB (Red+Green+Blue) = 118+175+254=547 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.57% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 254 (99.61% from 255 or 46.44% from 547); Max value from RGB is 254 - color contains mainly: blue. Hex color #76AFFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76AFFE is #895001. Grayscale: #A6A6A6. Windows color (decimal): -8998914 or 16691062. OLE color: 16691062.

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

Color convert

RGB 118 175 254 -
CMYK 0.54 0.31 0 0.00
HSL 214.85º 0.99% 0.73% -
HSV(B) 214.85º 0.54% 1% -
XYZ 40.69 41.67 99.66 -
YUV 166.96 177.12 93.08 -
System Red Green Blue C M Y K H S L
Decimal 118 175 254 0.54 0.31 0 0.00 214.85 0.99 0.73
Hex 76 AF FE 36 1F 0 0 D7 63 49
Octal 166 257 376 66 37 0 0 327 143 111
Binary 1110110 10101111 11111110 110110 11111 0 0 11010111 1100011 1001001

Color Harmonies of #76AFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AFFE

Black with #76AFFE

Text Example


Text Example

White with #76AFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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