#76A5EC

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

Shades of Jordy Blue #76A5EC

Tints of Jordy Blue #76A5EC

Color information

#76A5EC (or 0x76A5EC) is unknown color: approx Jordy Blue. HEX triplet: 76, A5 and EC. RGB value is (118,165,236). Sum of RGB (Red+Green+Blue) = 118+165+236=519 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.74% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #76A5EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A5EC is #895A13. Grayscale: #9E9E9E. Windows color (decimal): -9001492 or 15508854. OLE color: 15508854.

HSL color Cylindrical-coordinate representation of color #76A5EC: hue angle of 216.1º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76A5EC is Cyan = 0.5, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118165236-
CMYK0.50.3000.07
HSL216.1º75.64%69.41%-
HSV(B)216.1º50%92.55%-
XYZ36.0736.8284.56-
YUV159.04171.4398.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.74%
GREEN value IS 165 (64.84% from 255) = 31.79%
BLUE value IS 236 (92.58% from 255) = 45.47%
R=22.74%
G=31.79%
B=45.47%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181652360.50.3000.07216.175.6469.41
Hex76A5EC321E07d84c45
Octal166245354623607330114105
Binary111011010100101111011001100101111001111101100010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,165,236); }

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

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

 a { background-color: rgb(118,165,236); }

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

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

 span { border-color: rgb(118,165,236); }

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