#76a4eb

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

Shades of Jordy Blue #76A4EB

Tints of Jordy Blue #76A4EB

Color information

#76A4EB (or 0x76A4EB) is unknown color: approx Jordy Blue. HEX triplet: 76, A4 and EB. RGB value is (118,164,235). Sum of RGB (Red+Green+Blue) = 118+164+235=517 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.82% from 517); Green value is 164 (64.45% from 255 or 31.72% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #76A4EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A4EB is #895B14. Grayscale: #9E9E9E. Windows color (decimal): -9001749 or 15443062. OLE color: 15443062.

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

Color convert

RGB118164235-
CMYK0.500.3000.08
HSL216.41º74.52%69.22%-
HSV(B)216.41º49.79%92.16%-
XYZ35.7436.483.74-
YUV158.34171.2699.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.82%
GREEN value IS 164 (64.45% from 255) = 31.72%
BLUE value IS 235 (92.19% from 255) = 45.45%
R=22.82%
G=31.72%
B=45.45%

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
Decimal1181642350.500.3000.08216.4174.5269.22
Hex76A4EB321E08d84b45
Octal1662443536236010330113105
Binary1110110101001001110101111001011110010001101100010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76a4eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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