#76A3EB

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

Shades of Jordy Blue #76A3EB

Tints of Jordy Blue #76A3EB

Color information

#76A3EB (or 0x76A3EB) is unknown color: approx Jordy Blue. HEX triplet: 76, A3 and EB. RGB value is (118,163,235). Sum of RGB (Red+Green+Blue) = 118+163+235=516 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.87% from 516); Green value is 163 (64.06% from 255 or 31.59% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #76A3EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #76A3EB is #895C14. Grayscale: #9D9D9D. Windows color (decimal): -9002005 or 15442806. OLE color: 15442806.

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

Color convert

RGB118163235-
CMYK0.500.3100.08
HSL216.92º74.52%69.22%-
HSV(B)216.92º49.79%92.16%-
XYZ35.5636.0483.68-
YUV157.75171.5999.65-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 22.87%
GREEN value IS 163 (64.06% from 255) = 31.59%
BLUE value IS 235 (92.19% from 255) = 45.54%
R=22.87%
G=31.59%
B=45.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1181632350.500.3100.08216.9274.5269.22
Hex76A3EB321F08d94b45
Octal1662433536237010331113105
Binary1110110101000111110101111001011111010001101100110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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