#76A5EE

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

Shades of Jordy Blue #76A5EE

Tints of Jordy Blue #76A5EE

Color information

#76A5EE (or 0x76A5EE) is unknown color: approx Jordy Blue. HEX triplet: 76, A5 and EE. RGB value is (118,165,238). Sum of RGB (Red+Green+Blue) = 118+165+238=521 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.65% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 238 (93.36% from 255 or 45.68% from 521); Max value from RGB is 238 - color contains mainly: blue. Hex color #76A5EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A5EE is #895A11. Grayscale: #9E9E9E. Windows color (decimal): -9001490 or 15639926. OLE color: 15639926.

HSL color Cylindrical-coordinate representation of color #76A5EE: hue angle of 216.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76A5EE is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB118165238-
CMYK0.500.3100.07
HSL216.5º77.92%69.8%-
HSV(B)216.5º50.42%93.33%-
XYZ36.3636.9386.1-
YUV159.27172.4398.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.65%
GREEN value IS 165 (64.84% from 255) = 31.67%
BLUE value IS 238 (93.36% from 255) = 45.68%
R=22.65%
G=31.67%
B=45.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1181652380.500.3100.07216.577.9269.8
Hex76A5EE321F07d84e46
Octal166245356623707330116106
Binary111011010100101111011101100101111101111101100010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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