Html Css Color HEX #76BDEA Maya Blue

📋 copy color: '#76BDEA'

red 118 ◦ green 189 ◦ blue 234

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

Shades of Maya Blue #76BDEA

Tints of Maya Blue #76BDEA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.94%

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

R = 21.81%
G = 34.94%
B = 43.25%

CMYK

 C value IS 0.50

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#76BDEA (or 0x76BDEA) is known color: Maya Blue. HEX triplet: 76, BD and EA. RGB value is (118,189,234). Sum of RGB (Red+Green+Blue) = 118+189+234=541 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.81% from 541); Green value is 189 (74.22% from 255 or 34.94% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #76BDEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BDEA is #894215. Grayscale: #ACACAC. Windows color (decimal): -8995350 or 15383926. OLE color: 15383926.

HSL color Cylindrical-coordinate representation of color #76BDEA: hue angle of 203.28º 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 #76BDEA is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 118 189 234 -
CMYK 0.50 0.19 0 0.08
HSL 203.28º 0.73% 0.69% -
HSV(B) 203.28º 0.5% 0.92% -
XYZ 40.52 46.19 84.62 -
YUV 172.9 162.48 88.84 -
System Red Green Blue C M Y K H S L
Decimal 118 189 234 0.50 0.19 0 0.08 203.28 0.73 0.69
Hex 76 BD EA 32 13 0 8 CB 49 45
Octal 166 275 352 62 23 0 10 313 111 105
Binary 1110110 10111101 11101010 110010 10011 0 1000 11001011 1001001 1000101

Color Harmonies of #76BDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BDEA

Black with #76BDEA

Text Example


Text Example

White with #76BDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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