Html Css Color HEX #76BEFA Maya Blue

📋 copy color: '#76BEFA'

red 118 ◦ green 190 ◦ blue 250

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

Shades of Maya Blue #76BEFA

Tints of Maya Blue #76BEFA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.05%

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

R = 21.15%
G = 34.05%
B = 44.8%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#76BEFA (or 0x76BEFA) is known color: Maya Blue. HEX triplet: 76, BE and FA. RGB value is (118,190,250). Sum of RGB (Red+Green+Blue) = 118+190+250=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #76BEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BEFA is #894105. Grayscale: #AFAFAF. Windows color (decimal): -8995078 or 16432758. OLE color: 16432758.

HSL color Cylindrical-coordinate representation of color #76BEFA: hue angle of 207.27º 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 #76BEFA is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 190 250 -
CMYK 0.53 0.24 0 0.02
HSL 207.27º 0.93% 0.72% -
HSV(B) 207.27º 0.53% 0.98% -
XYZ 43.14 47.58 97.35 -
YUV 175.31 170.15 87.12 -
System Red Green Blue C M Y K H S L
Decimal 118 190 250 0.53 0.24 0 0.02 207.27 0.93 0.72
Hex 76 BE FA 35 18 0 2 CF 5D 48
Octal 166 276 372 65 30 0 2 317 135 110
Binary 1110110 10111110 11111010 110101 11000 0 10 11001111 1011101 1001000

Color Harmonies of #76BEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BEFA

Black with #76BEFA

Text Example


Text Example

White with #76BEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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