Html Css Color HEX #76ABFF Maya Blue

📋 copy color: '#76ABFF'

red 118 ◦ green 171 ◦ blue 255

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

Shades of Maya Blue #76ABFF

Tints of Maya Blue #76ABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.43%

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

R = 21.69%
G = 31.43%
B = 46.88%

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

#76ABFF (or 0x76ABFF) is known color: Maya Blue. HEX triplet: 76, AB and FF. RGB value is (118,171,255). Sum of RGB (Red+Green+Blue) = 118+171+255=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #76ABFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76ABFF is #895400. Grayscale: #A4A4A4. Windows color (decimal): -8999937 or 16755574. OLE color: 16755574.

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

Color convert

RGB 118 171 255 -
CMYK 0.54 0.33 0 0
HSL 216.79º 1% 0.73% -
HSV(B) 216.79º 0.54% 1% -
XYZ 40.08 40.2 100.25 -
YUV 164.73 178.94 94.67 -
System Red Green Blue C M Y K H S L
Decimal 118 171 255 0.54 0.33 0 0 216.79 1 0.73
Hex 76 AB FF 36 21 0 0 D9 64 49
Octal 166 253 377 66 41 0 0 331 144 111
Binary 1110110 10101011 11111111 110110 100001 0 0 11011001 1100100 1001001

Color Harmonies of #76ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76ABFF

Black with #76ABFF

Text Example


Text Example

White with #76ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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