#76A5EB

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

Shades of Jordy Blue #76A5EB

Tints of Jordy Blue #76A5EB

Color information

#76A5EB (or 0x76A5EB) is unknown color: approx Jordy Blue. HEX triplet: 76, A5 and EB. RGB value is (118,165,235). Sum of RGB (Red+Green+Blue) = 118+165+235=518 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.78% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #76A5EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A5EB is #895A14. Grayscale: #9E9E9E. Windows color (decimal): -9001493 or 15443318. OLE color: 15443318.

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

Color convert

RGB118165235-
CMYK0.500.3000.08
HSL215.9º74.52%69.22%-
HSV(B)215.9º49.79%92.16%-
XYZ35.9236.7683.8-
YUV158.93170.9398.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.78%
GREEN value IS 165 (64.84% from 255) = 31.85%
BLUE value IS 235 (92.19% from 255) = 45.37%
R=22.78%
G=31.85%
B=45.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1181652350.500.3000.08215.974.5269.22
Hex76A5EB321E08d84b45
Octal1662453536236010330113105
Binary1110110101001011110101111001011110010001101100010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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