Html Css Color HEX #76B2FA Maya Blue

📋 copy color: '#76B2FA'

red 118 ◦ green 178 ◦ blue 250

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

Shades of Maya Blue #76B2FA

Tints of Maya Blue #76B2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 32.6%

 BLUE value IS 250 (98.05% from 255) = 45.79%

R = 21.61%
G = 32.6%
B = 45.79%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#76B2FA (or 0x76B2FA) is known color: Maya Blue. HEX triplet: 76, B2 and FA. RGB value is (118,178,250). Sum of RGB (Red+Green+Blue) = 118+178+250=546 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.61% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: blue. Hex color #76B2FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76B2FA is #894D05. Grayscale: #A7A7A7. Windows color (decimal): -8998150 or 16429686. OLE color: 16429686.

HSL color Cylindrical-coordinate representation of color #76B2FA: hue angle of 212.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76B2FA is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 178 250 -
CMYK 0.53 0.29 0 0.02
HSL 212.73º 0.93% 0.72% -
HSV(B) 212.73º 0.53% 0.98% -
XYZ 40.65 42.59 96.52 -
YUV 168.27 174.12 92.15 -
System Red Green Blue C M Y K H S L
Decimal 118 178 250 0.53 0.29 0 0.02 212.73 0.93 0.72
Hex 76 B2 FA 35 1D 0 2 D5 5D 48
Octal 166 262 372 65 35 0 2 325 135 110
Binary 1110110 10110010 11111010 110101 11101 0 10 11010101 1011101 1001000

Color Harmonies of #76B2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B2FA

Black with #76B2FA

Text Example


Text Example

White with #76B2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,178,250); }

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

background-color css

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

 a { background-color: rgb(118,178,250); }

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

border-color css

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

 span { border-color: rgb(118,178,250); }

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