#76BDE9

Color #76BDE9 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #76BDE9

Tints of Maya Blue #76BDE9

Color information

#76BDE9 (or 0x76BDE9) is unknown color: approx Maya Blue. HEX triplet: 76, BD and E9. RGB value is (118,189,233). Sum of RGB (Red+Green+Blue) = 118+189+233=540 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.85% from 540); Green value is 189 (74.22% from 255 or 35% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #76BDE9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76BDE9 is #894216. Grayscale: #ACACAC. Windows color (decimal): -8995351 or 15318390. OLE color: 15318390.

HSL color Cylindrical-coordinate representation of color #76BDE9: hue angle of 202.96º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76BDE9 is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB118189233-
CMYK0.490.1900.09
HSL202.96º72.33%68.82%-
HSV(B)202.96º49.36%91.37%-
XYZ40.3846.1383.87-
YUV172.79161.9888.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.85%
GREEN value IS 189 (74.22% from 255) = 35%
BLUE value IS 233 (91.41% from 255) = 43.15%
R=21.85%
G=35%
B=43.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1181892330.490.1900.09202.9672.3368.82
Hex76BDE9311309cb4845
Octal1662753516123011313110105
Binary1110110101111011110100111000110011010011100101110010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76BDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76BDE9;
 }
 .AnyTagClassName
 {
   color: #76BDE9;
 }
</style>
background-color css

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

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

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

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

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

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