Html Css Color HEX #76BAEA Maya Blue

📋 copy color: '#76BAEA'

red 118 ◦ green 186 ◦ blue 234

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

Shades of Maya Blue #76BAEA

Tints of Maya Blue #76BAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.57%

 BLUE value IS 234 (91.8% from 255) = 43.49%

R = 21.93%
G = 34.57%
B = 43.49%

CMYK

 C value IS 0.50

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#76BAEA (or 0x76BAEA) is known color: Maya Blue. HEX triplet: 76, BA and EA. RGB value is (118,186,234). Sum of RGB (Red+Green+Blue) = 118+186+234=538 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.93% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #76BAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BAEA is #894515. Grayscale: #AAAAAA. Windows color (decimal): -8996118 or 15383158. OLE color: 15383158.

HSL color Cylindrical-coordinate representation of color #76BAEA: hue angle of 204.83º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76BAEA is Cyan = 0.50, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 186 234 -
CMYK 0.50 0.21 0 0.08
HSL 204.83º 0.73% 0.69% -
HSV(B) 204.83º 0.5% 0.92% -
XYZ 39.88 44.91 84.41 -
YUV 171.14 163.47 90.1 -
System Red Green Blue C M Y K H S L
Decimal 118 186 234 0.50 0.21 0 0.08 204.83 0.73 0.69
Hex 76 BA EA 32 15 0 8 CD 49 45
Octal 166 272 352 62 25 0 10 315 111 105
Binary 1110110 10111010 11101010 110010 10101 0 1000 11001101 1001001 1000101

Color Harmonies of #76BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BAEA

Black with #76BAEA

Text Example


Text Example

White with #76BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,186,234); }

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

background-color css

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

 a { background-color: rgb(118,186,234); }

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

border-color css

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

 span { border-color: rgb(118,186,234); }

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