Html Css Color HEX #76B3FF Maya Blue

📋 copy color: '#76B3FF'

red 118 ◦ green 179 ◦ blue 255

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

Shades of Maya Blue #76B3FF

Tints of Maya Blue #76B3FF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 32.43%

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

R = 21.38%
G = 32.43%
B = 46.2%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#76B3FF (or 0x76B3FF) is known color: Maya Blue. HEX triplet: 76, B3 and FF. RGB value is (118,179,255). Sum of RGB (Red+Green+Blue) = 118+179+255=552 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.38% from 552); Green value is 179 (70.31% from 255 or 32.43% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #76B3FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76B3FF is #894C00. Grayscale: #A9A9A9. Windows color (decimal): -8997889 or 16757622. OLE color: 16757622.

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

Color convert

RGB 118 179 255 -
CMYK 0.54 0.30 0 0
HSL 213.28º 1% 0.73% -
HSV(B) 213.28º 0.54% 1% -
XYZ 41.64 43.31 100.77 -
YUV 169.43 176.29 91.32 -
System Red Green Blue C M Y K H S L
Decimal 118 179 255 0.54 0.30 0 0 213.28 1 0.73
Hex 76 B3 FF 36 1E 0 0 D5 64 49
Octal 166 263 377 66 36 0 0 325 144 111
Binary 1110110 10110011 11111111 110110 11110 0 0 11010101 1100100 1001001

Color Harmonies of #76B3FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B3FF

Black with #76B3FF

Text Example


Text Example

White with #76B3FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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