Html Css Color HEX #76B4FF Maya Blue

📋 copy color: '#76B4FF'

red 118 ◦ green 180 ◦ blue 255

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

Shades of Maya Blue #76B4FF

Tints of Maya Blue #76B4FF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.55%

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

R = 21.34%
G = 32.55%
B = 46.11%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#76B4FF (or 0x76B4FF) is known color: Maya Blue. HEX triplet: 76, B4 and FF. RGB value is (118,180,255). Sum of RGB (Red+Green+Blue) = 118+180+255=553 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.34% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #76B4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76B4FF is #894B00. Grayscale: #A9A9A9. Windows color (decimal): -8997633 or 16757878. OLE color: 16757878.

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

Color convert

RGB 118 180 255 -
CMYK 0.54 0.29 0 0
HSL 212.85º 1% 0.73% -
HSV(B) 212.85º 0.54% 1% -
XYZ 41.84 43.71 100.84 -
YUV 170.01 175.96 90.9 -
System Red Green Blue C M Y K H S L
Decimal 118 180 255 0.54 0.29 0 0 212.85 1 0.73
Hex 76 B4 FF 36 1D 0 0 D5 64 49
Octal 166 264 377 66 35 0 0 325 144 111
Binary 1110110 10110100 11111111 110110 11101 0 0 11010101 1100100 1001001

Color Harmonies of #76B4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B4FF

Black with #76B4FF

Text Example


Text Example

White with #76B4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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