#76A3D9

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

Shades of Jordy Blue #76A3D9

Tints of Jordy Blue #76A3D9

Color information

#76A3D9 (or 0x76A3D9) is unknown color: approx Jordy Blue. HEX triplet: 76, A3 and D9. RGB value is (118,163,217). Sum of RGB (Red+Green+Blue) = 118+163+217=498 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.69% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 217 - color contains mainly: blue. Hex color #76A3D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #76A3D9 is #895C26. Grayscale: #9B9B9B. Windows color (decimal): -9002023 or 14263158. OLE color: 14263158.

HSL color Cylindrical-coordinate representation of color #76A3D9: hue angle of 212.73º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76A3D9 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB118163217-
CMYK0.460.2500.15
HSL212.73º56.57%65.69%-
HSV(B)212.73º45.62%85.1%-
XYZ33.0935.0670.67-
YUV155.7162.59101.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.69%
GREEN value IS 163 (64.06% from 255) = 32.73%
BLUE value IS 217 (85.16% from 255) = 43.57%
R=23.69%
G=32.73%
B=43.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1181632170.460.2500.15212.7356.5765.69
Hex76A3D92E190Fd53942
Octal166243331563101732571102
Binary111011010100011110110011011101100101111110101011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A3D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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